AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
ChannelState
Channel
State
sealed
class
ChannelState
Placeholder documentation for ChannelState
Inheritors
CreateFailed
Creating
Deleted
Deleting
Idle
Recovering
Running
Starting
Stopping
UpdateFailed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ChannelState
Creating
Link copied to clipboard
object
Creating
:
ChannelState
Deleted
Link copied to clipboard
object
Deleted
:
ChannelState
Deleting
Link copied to clipboard
object
Deleting
:
ChannelState
Idle
Link copied to clipboard
object
Idle
:
ChannelState
Recovering
Link copied to clipboard
object
Recovering
:
ChannelState
Running
Link copied to clipboard
object
Running
:
ChannelState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelState
Starting
Link copied to clipboard
object
Starting
:
ChannelState
Stopping
Link copied to clipboard
object
Stopping
:
ChannelState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ChannelState
Updating
Link copied to clipboard
object
Updating
:
ChannelState
Properties
value
Link copied to clipboard
abstract
val
value
:
String