AWS SDK for Kotlin
Toggle table of contents
1.6.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
TestCaseExecutionStatus
Test
Case
Execution
Status
sealed
class
TestCaseExecutionStatus
The status of a test case execution.
Inheritors
Failed
Initiated
InProgress
Passed
Stopped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
TestCaseExecutionStatus
Initiated
Link copied to clipboard
object
Initiated
:
TestCaseExecutionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
TestCaseExecutionStatus
Passed
Link copied to clipboard
object
Passed
:
TestCaseExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestCaseExecutionStatus
Stopped
Link copied to clipboard
object
Stopped
:
TestCaseExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String