toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
pinpoint
/
aws.sdk.kotlin.services.pinpoint.model
/
DeliveryStatus
Delivery
Status
sealed
class
DeliveryStatus
Inheritors
Duplicate
OptOut
PermanentFailure
Successful
TemporaryFailure
Throttled
UnknownFailure
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Duplicate
Link copied to clipboard
object
Duplicate
:
DeliveryStatus
Opt
Out
Link copied to clipboard
object
OptOut
:
DeliveryStatus
Permanent
Failure
Link copied to clipboard
object
PermanentFailure
:
DeliveryStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeliveryStatus
Successful
Link copied to clipboard
object
Successful
:
DeliveryStatus
Temporary
Failure
Link copied to clipboard
object
TemporaryFailure
:
DeliveryStatus
Throttled
Link copied to clipboard
object
Throttled
:
DeliveryStatus
Unknown
Failure
Link copied to clipboard
object
UnknownFailure
:
DeliveryStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String