AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
migrationhuborchestrator
/
aws.sdk.kotlin.services.migrationhuborchestrator.model
/
StepGroupStatus
Step
Group
Status
sealed
class
StepGroupStatus
Inheritors
AwaitingDependencies
Completed
Failed
InProgress
Paused
Pausing
Ready
UserAttentionRequired
SdkUnknown
Members
Types
Awaiting
Dependencies
Link copied to clipboard
object
AwaitingDependencies
:
StepGroupStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
StepGroupStatus
Failed
Link copied to clipboard
object
Failed
:
StepGroupStatus
In
Progress
Link copied to clipboard
object
InProgress
:
StepGroupStatus
Paused
Link copied to clipboard
object
Paused
:
StepGroupStatus
Pausing
Link copied to clipboard
object
Pausing
:
StepGroupStatus
Ready
Link copied to clipboard
object
Ready
:
StepGroupStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepGroupStatus
User
Attention
Required
Link copied to clipboard
object
UserAttentionRequired
:
StepGroupStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String