AWS SDK for Kotlin
Toggle table of contents
1.5.19
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
arcregionswitch
/
aws.sdk.kotlin.services.arcregionswitch.model
/
StepStatus
Step
Status
sealed
class
StepStatus
Inheritors
Cancelled
Completed
Failed
NotStarted
PendingApproval
Running
Skipped
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
StepStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
StepStatus
Failed
Link copied to clipboard
object
Failed
:
StepStatus
Not
Started
Link copied to clipboard
object
NotStarted
:
StepStatus
Pending
Approval
Link copied to clipboard
object
PendingApproval
:
StepStatus
Running
Link copied to clipboard
object
Running
:
StepStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepStatus
Skipped
Link copied to clipboard
object
Skipped
:
StepStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String