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
/
ClusterState
Cluster
State
sealed
class
ClusterState
Used in DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.
Inheritors
Active
CreateFailed
Creating
Deleted
DeleteFailed
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ClusterState
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ClusterState
Creating
Link copied to clipboard
object
Creating
:
ClusterState
Deleted
Link copied to clipboard
object
Deleted
:
ClusterState
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ClusterState
Deleting
Link copied to clipboard
object
Deleting
:
ClusterState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterState
Properties
value
Link copied to clipboard
abstract
val
value
:
String