AWS SDK for Kotlin
Toggle table of contents
1.8.15
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eks
/
aws.sdk.kotlin.services.eks.model
/
CancellationStatus
Cancellation
Status
sealed
class
CancellationStatus
Inheritors
Failed
InProgress
Successful
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
CancellationStatus
In
Progress
Link copied to clipboard
object
InProgress
:
CancellationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CancellationStatus
Successful
Link copied to clipboard
object
Successful
:
CancellationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String