AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotthingsgraph
/
aws.sdk.kotlin.services.iotthingsgraph.model
/
FlowExecutionStatus
Flow
Execution
Status
sealed
class
FlowExecutionStatus
Inheritors
Aborted
Failed
Running
Succeeded
SdkUnknown
Members
Types
Aborted
Link copied to clipboard
object
Aborted
:
FlowExecutionStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
FlowExecutionStatus
Running
Link copied to clipboard
object
Running
:
FlowExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FlowExecutionStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
FlowExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String