AWS SDK for Kotlin
Toggle table of contents
1.5.37
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
arcregionswitch
/
aws.sdk.kotlin.services.arcregionswitch.model
/
ExecutionState
Execution
State
sealed
class
ExecutionState
Inheritors
Cancelled
Completed
CompletedMonitoringApplicationHealth
CompletedWithExceptions
Failed
InProgress
PausedByFailedStep
PausedByOperator
Pending
PendingManualApproval
PlanExecutionTimedOut
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ExecutionState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ExecutionState
Completed
Monitoring
Application
Health
Link copied to clipboard
object
CompletedMonitoringApplicationHealth
:
ExecutionState
Completed
With
Exceptions
Link copied to clipboard
object
CompletedWithExceptions
:
ExecutionState
Failed
Link copied to clipboard
object
Failed
:
ExecutionState
In
Progress
Link copied to clipboard
object
InProgress
:
ExecutionState
Paused
By
Failed
Step
Link copied to clipboard
object
PausedByFailedStep
:
ExecutionState
Paused
By
Operator
Link copied to clipboard
object
PausedByOperator
:
ExecutionState
Pending
Link copied to clipboard
object
Pending
:
ExecutionState
Pending
Manual
Approval
Link copied to clipboard
object
PendingManualApproval
:
ExecutionState
Plan
Execution
Timed
Out
Link copied to clipboard
object
PlanExecutionTimedOut
:
ExecutionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExecutionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String