AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gamelift
/
aws.sdk.kotlin.services.gamelift.model
/
GameSessionStatus
Game
Session
Status
sealed
class
GameSessionStatus
Inheritors
Activating
Active
Error
Terminated
Terminating
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
GameSessionStatus
Active
Link copied to clipboard
object
Active
:
GameSessionStatus
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
GameSessionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GameSessionStatus
Terminated
Link copied to clipboard
object
Terminated
:
GameSessionStatus
Terminating
Link copied to clipboard
object
Terminating
:
GameSessionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String