AWS SDK for Kotlin
Toggle table of contents
1.8.35
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
drs
/
aws.sdk.kotlin.services.drs.model
/
RecoveryPlanExecutionStepStatus
Recovery
Plan
Execution
Step
Status
sealed
class
RecoveryPlanExecutionStepStatus
The status of a step within a Recovery Plan execution.
Inheritors
Completed
Executing
Failed
NotStarted
Skipped
TimedOut
Waiting
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
RecoveryPlanExecutionStepStatus
Executing
Link copied to clipboard
object
Executing
:
RecoveryPlanExecutionStepStatus
Failed
Link copied to clipboard
object
Failed
:
RecoveryPlanExecutionStepStatus
Not
Started
Link copied to clipboard
object
NotStarted
:
RecoveryPlanExecutionStepStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecoveryPlanExecutionStepStatus
Skipped
Link copied to clipboard
object
Skipped
:
RecoveryPlanExecutionStepStatus
Timed
Out
Link copied to clipboard
object
TimedOut
:
RecoveryPlanExecutionStepStatus
Waiting
Link copied to clipboard
object
Waiting
:
RecoveryPlanExecutionStepStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String