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