AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
Status
Status
sealed
class
Status
Inheritors
InClassic
InVpc
MoveInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
In
Classic
Link copied to clipboard
object
InClassic
:
Status
In
Vpc
Link copied to clipboard
object
InVpc
:
Status
Move
In
Progress
Link copied to clipboard
object
MoveInProgress
:
Status
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Status
Properties
value
Link copied to clipboard
abstract
val
value
:
String