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