AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
chimesdkmessaging
/
aws.sdk.kotlin.services.chimesdkmessaging.model
/
ChannelMessageStatus
Channel
Message
Status
sealed
class
ChannelMessageStatus
Inheritors
Denied
Failed
Pending
Sent
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Denied
Link copied to clipboard
object
Denied
:
ChannelMessageStatus
Failed
Link copied to clipboard
object
Failed
:
ChannelMessageStatus
Pending
Link copied to clipboard
object
Pending
:
ChannelMessageStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelMessageStatus
Sent
Link copied to clipboard
object
Sent
:
ChannelMessageStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String