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
/
StreamSessionStatus
Stream
Session
Status
sealed
class
StreamSessionStatus
Inheritors
Activating
Active
Connected
Error
PendingClientReconnection
Reconnecting
Terminated
Terminating
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
StreamSessionStatus
Active
Link copied to clipboard
object
Active
:
StreamSessionStatus
Companion
Link copied to clipboard
object
Companion
Connected
Link copied to clipboard
object
Connected
:
StreamSessionStatus
Error
Link copied to clipboard
object
Error
:
StreamSessionStatus
Pending
Client
Reconnection
Link copied to clipboard
object
PendingClientReconnection
:
StreamSessionStatus
Reconnecting
Link copied to clipboard
object
Reconnecting
:
StreamSessionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StreamSessionStatus
Terminated
Link copied to clipboard
object
Terminated
:
StreamSessionStatus
Terminating
Link copied to clipboard
object
Terminating
:
StreamSessionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String