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
/
ApplicationStatus
Application
Status
sealed
class
ApplicationStatus
Inheritors
Deleting
Error
Initialized
Processing
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
ApplicationStatus
Error
Link copied to clipboard
object
Error
:
ApplicationStatus
Initialized
Link copied to clipboard
object
Initialized
:
ApplicationStatus
Processing
Link copied to clipboard
object
Processing
:
ApplicationStatus
Ready
Link copied to clipboard
object
Ready
:
ApplicationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ApplicationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String