toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lexmodelbuildingservice
/
aws.sdk.kotlin.services.lexmodelbuildingservice.model
/
ChannelStatus
Channel
Status
sealed
class
ChannelStatus
Inheritors
Created
Failed
InProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
ChannelStatus
Failed
Link copied to clipboard
object
Failed
:
ChannelStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ChannelStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String