AWS SDK for Kotlin
Toggle table of contents
1.8.36
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gameliftstreams
/
aws.sdk.kotlin.services.gameliftstreams.model
/
StreamUrlStatusReason
Stream
Url
Status
Reason
sealed
class
StreamUrlStatusReason
Inheritors
ApplicationDeleted
RevokedAndSessionsTerminated
RevokedAndTerminatingSessions
StreamGroupDeleted
UserRevoked
SdkUnknown
Members
Types
Application
Deleted
Link copied to clipboard
object
ApplicationDeleted
:
StreamUrlStatusReason
Companion
Link copied to clipboard
object
Companion
Revoked
And
Sessions
Terminated
Link copied to clipboard
object
RevokedAndSessionsTerminated
:
StreamUrlStatusReason
Revoked
And
Terminating
Sessions
Link copied to clipboard
object
RevokedAndTerminatingSessions
:
StreamUrlStatusReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StreamUrlStatusReason
Stream
Group
Deleted
Link copied to clipboard
object
StreamGroupDeleted
:
StreamUrlStatusReason
User
Revoked
Link copied to clipboard
object
UserRevoked
:
StreamUrlStatusReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String