AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gamelift
/
aws.sdk.kotlin.services.gamelift.model
/
GameServerGroupStatus
Game
Server
Group
Status
sealed
class
GameServerGroupStatus
Inheritors
Activating
Active
Deleted
DeleteScheduled
Deleting
Error
New
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
GameServerGroupStatus
Active
Link copied to clipboard
object
Active
:
GameServerGroupStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
GameServerGroupStatus
Delete
Scheduled
Link copied to clipboard
object
DeleteScheduled
:
GameServerGroupStatus
Deleting
Link copied to clipboard
object
Deleting
:
GameServerGroupStatus
Error
Link copied to clipboard
object
Error
:
GameServerGroupStatus
New
Link copied to clipboard
object
New
:
GameServerGroupStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GameServerGroupStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String