AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexmodelsv2
/
aws.sdk.kotlin.services.lexmodelsv2.model
/
TestExecutionStatus
Test
Execution
Status
sealed
class
TestExecutionStatus
Inheritors
Completed
Failed
InProgress
Pending
Stopped
Stopping
Waiting
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
TestExecutionStatus
Failed
Link copied to clipboard
object
Failed
:
TestExecutionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
TestExecutionStatus
Pending
Link copied to clipboard
object
Pending
:
TestExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestExecutionStatus
Stopped
Link copied to clipboard
object
Stopped
:
TestExecutionStatus
Stopping
Link copied to clipboard
object
Stopping
:
TestExecutionStatus
Waiting
Link copied to clipboard
object
Waiting
:
TestExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String