AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
ExpressGatewayServiceStatusCode
Express
Gateway
Service
Status
Code
sealed
class
ExpressGatewayServiceStatusCode
Inheritors
Active
Draining
Inactive
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ExpressGatewayServiceStatusCode
Companion
Link copied to clipboard
object
Companion
Draining
Link copied to clipboard
object
Draining
:
ExpressGatewayServiceStatusCode
Inactive
Link copied to clipboard
object
Inactive
:
ExpressGatewayServiceStatusCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExpressGatewayServiceStatusCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String