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
/
ApplicationStatusReason
Application
Status
Reason
sealed
class
ApplicationStatusReason
Inheritors
AccessDenied
InternalError
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
ApplicationStatusReason
Companion
Link copied to clipboard
object
Companion
Internal
Error
Link copied to clipboard
object
InternalError
:
ApplicationStatusReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ApplicationStatusReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String