toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
migrationhuborchestrator
/
aws.sdk.kotlin.services.migrationhuborchestrator.model
/
StepStatus
Step
Status
sealed
class
StepStatus
Inheritors
AwaitingDependencies
Completed
Failed
InProgress
Paused
Ready
UserAttentionRequired
SdkUnknown
Members
Types
Awaiting
Dependencies
Link copied to clipboard
object
AwaitingDependencies
:
StepStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
StepStatus
Failed
Link copied to clipboard
object
Failed
:
StepStatus
In
Progress
Link copied to clipboard
object
InProgress
:
StepStatus
Paused
Link copied to clipboard
object
Paused
:
StepStatus
Ready
Link copied to clipboard
object
Ready
:
StepStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepStatus
User
Attention
Required
Link copied to clipboard
object
UserAttentionRequired
:
StepStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String