AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
pcs
/
aws.sdk.kotlin.services.pcs.model
/
ClusterStatus
Cluster
Status
sealed
class
ClusterStatus
Inheritors
Active
CreateFailed
Creating
DeleteFailed
Deleting
Suspended
Suspending
UpdateFailed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ClusterStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ClusterStatus
Creating
Link copied to clipboard
object
Creating
:
ClusterStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ClusterStatus
Deleting
Link copied to clipboard
object
Deleting
:
ClusterStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterStatus
Suspended
Link copied to clipboard
object
Suspended
:
ClusterStatus
Suspending
Link copied to clipboard
object
Suspending
:
ClusterStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ClusterStatus
Updating
Link copied to clipboard
object
Updating
:
ClusterStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String