AWS SDK for Kotlin
Toggle table of contents
1.8.33
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
drs
/
aws.sdk.kotlin.services.drs.model
/
RecoveryPlanExecutionStatus
Recovery
Plan
Execution
Status
sealed
class
RecoveryPlanExecutionStatus
The status of a Recovery Plan execution.
Inheritors
Cancelled
Cancelling
Completed
Created
Failed
InProgress
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
RecoveryPlanExecutionStatus
Cancelling
Link copied to clipboard
object
Cancelling
:
RecoveryPlanExecutionStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
RecoveryPlanExecutionStatus
Created
Link copied to clipboard
object
Created
:
RecoveryPlanExecutionStatus
Failed
Link copied to clipboard
object
Failed
:
RecoveryPlanExecutionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
RecoveryPlanExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecoveryPlanExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String