AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
devicefarm
/
aws.sdk.kotlin.services.devicefarm.model
/
TestGridSessionStatus
Test
Grid
Session
Status
sealed
class
TestGridSessionStatus
Inheritors
Active
Closed
Errored
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TestGridSessionStatus
Closed
Link copied to clipboard
object
Closed
:
TestGridSessionStatus
Companion
Link copied to clipboard
object
Companion
Errored
Link copied to clipboard
object
Errored
:
TestGridSessionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestGridSessionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String