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