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