AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ses
/
aws.sdk.kotlin.services.ses.model
/
NotificationType
Notification
Type
sealed
class
NotificationType
Inheritors
Bounce
Complaint
Delivery
SdkUnknown
Members
Types
Bounce
Link copied to clipboard
object
Bounce
:
NotificationType
Companion
Link copied to clipboard
object
Companion
Complaint
Link copied to clipboard
object
Complaint
:
NotificationType
Delivery
Link copied to clipboard
object
Delivery
:
NotificationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NotificationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String