AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
emr
/
aws.sdk.kotlin.services.emr.model
/
ClusterStateChangeReasonCode
Cluster
State
Change
Reason
Code
sealed
class
ClusterStateChangeReasonCode
Inheritors
AllStepsCompleted
BootstrapFailure
InstanceFailure
InstanceFleetTimeout
InternalError
StepFailure
UserRequest
ValidationError
SdkUnknown
Members
Types
All
Steps
Completed
Link copied to clipboard
object
AllStepsCompleted
:
ClusterStateChangeReasonCode
Bootstrap
Failure
Link copied to clipboard
object
BootstrapFailure
:
ClusterStateChangeReasonCode
Companion
Link copied to clipboard
object
Companion
Instance
Failure
Link copied to clipboard
object
InstanceFailure
:
ClusterStateChangeReasonCode
Instance
Fleet
Timeout
Link copied to clipboard
object
InstanceFleetTimeout
:
ClusterStateChangeReasonCode
Internal
Error
Link copied to clipboard
object
InternalError
:
ClusterStateChangeReasonCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterStateChangeReasonCode
Step
Failure
Link copied to clipboard
object
StepFailure
:
ClusterStateChangeReasonCode
User
Request
Link copied to clipboard
object
UserRequest
:
ClusterStateChangeReasonCode
Validation
Error
Link copied to clipboard
object
ValidationError
:
ClusterStateChangeReasonCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String