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
/
StreamGroupStatus
Stream
Group
Status
sealed
class
StreamGroupStatus
Inheritors
Activating
Active
ActiveWithErrors
Deleting
Error
UpdatingLocations
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
StreamGroupStatus
Active
Link copied to clipboard
object
Active
:
StreamGroupStatus
Active
With
Errors
Link copied to clipboard
object
ActiveWithErrors
:
StreamGroupStatus
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
StreamGroupStatus
Error
Link copied to clipboard
object
Error
:
StreamGroupStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StreamGroupStatus
Updating
Locations
Link copied to clipboard
object
UpdatingLocations
:
StreamGroupStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String