AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
repostspace
/
aws.sdk.kotlin.services.repostspace.model
/
ChannelStatus
Channel
Status
sealed
class
ChannelStatus
Inheritors
Created
CreateFailed
Creating
Deleted
DeleteFailed
Deleting
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
ChannelStatus
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ChannelStatus
Creating
Link copied to clipboard
object
Creating
:
ChannelStatus
Deleted
Link copied to clipboard
object
Deleted
:
ChannelStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ChannelStatus
Deleting
Link copied to clipboard
object
Deleting
:
ChannelStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String