AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssm
/
aws.sdk.kotlin.services.ssm.model
/
NotificationEvent
Notification
Event
sealed
class
NotificationEvent
Inheritors
All
Cancelled
Failed
InProgress
Success
TimedOut
SdkUnknown
Members
Types
All
Link copied to clipboard
object
All
:
NotificationEvent
Cancelled
Link copied to clipboard
object
Cancelled
:
NotificationEvent
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
NotificationEvent
In
Progress
Link copied to clipboard
object
InProgress
:
NotificationEvent
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NotificationEvent
Success
Link copied to clipboard
object
Success
:
NotificationEvent
Timed
Out
Link copied to clipboard
object
TimedOut
:
NotificationEvent
Properties
value
Link copied to clipboard
abstract
val
value
:
String