toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
emr
/
aws.sdk.kotlin.services.emr.model
/
StepState
Step
State
sealed
class
StepState
Inheritors
Cancelled
CancelPending
Completed
Failed
Interrupted
Pending
Running
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
StepState
Cancel
Pending
Link copied to clipboard
object
CancelPending
:
StepState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
StepState
Failed
Link copied to clipboard
object
Failed
:
StepState
Interrupted
Link copied to clipboard
object
Interrupted
:
StepState
Pending
Link copied to clipboard
object
Pending
:
StepState
Running
Link copied to clipboard
object
Running
:
StepState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepState
Properties
value
Link copied to clipboard
abstract
val
value
:
String