AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sfn
/
aws.sdk.kotlin.services.sfn.model
/
TestExecutionStatus
Test
Execution
Status
sealed
class
TestExecutionStatus
Inheritors
CaughtError
Failed
Retriable
Succeeded
SdkUnknown
Members
Types
Caught
Error
Link copied to clipboard
object
CaughtError
:
TestExecutionStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
TestExecutionStatus
Retriable
Link copied to clipboard
object
Retriable
:
TestExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestExecutionStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
TestExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String