toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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