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
/
StepExecutionState
Step
Execution
State
sealed
class
StepExecutionState
Inheritors
Cancelled
Completed
Continue
Failed
Interrupted
Pending
Running
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
StepExecutionState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
StepExecutionState
Continue
Link copied to clipboard
object
Continue
:
StepExecutionState
Failed
Link copied to clipboard
object
Failed
:
StepExecutionState
Interrupted
Link copied to clipboard
object
Interrupted
:
StepExecutionState
Pending
Link copied to clipboard
object
Pending
:
StepExecutionState
Running
Link copied to clipboard
object
Running
:
StepExecutionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepExecutionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String