AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ses
/
aws.sdk.kotlin.services.ses.model
/
DsnAction
Dsn
Action
sealed
class
DsnAction
Inheritors
Delayed
Delivered
Expanded
Failed
Relayed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delayed
Link copied to clipboard
object
Delayed
:
DsnAction
Delivered
Link copied to clipboard
object
Delivered
:
DsnAction
Expanded
Link copied to clipboard
object
Expanded
:
DsnAction
Failed
Link copied to clipboard
object
Failed
:
DsnAction
Relayed
Link copied to clipboard
object
Relayed
:
DsnAction
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DsnAction
Properties
value
Link copied to clipboard
abstract
val
value
:
String