toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
apigateway
/
aws.sdk.kotlin.services.apigateway.model
/
CacheClusterStatus
Cache
Cluster
Status
sealed
class
CacheClusterStatus
Returns the status of the CacheCluster.
Inheritors
Available
CreateInProgress
DeleteInProgress
FlushInProgress
NotAvailable
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
CacheClusterStatus
Companion
Link copied to clipboard
object
Companion
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
CacheClusterStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
CacheClusterStatus
Flush
In
Progress
Link copied to clipboard
object
FlushInProgress
:
CacheClusterStatus
Not
Available
Link copied to clipboard
object
NotAvailable
:
CacheClusterStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CacheClusterStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String