AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
StatusType
Status
Type
sealed
class
StatusType
Inheritors
Failed
Initializing
InsufficientData
Passed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
StatusType
Initializing
Link copied to clipboard
object
Initializing
:
StatusType
Insufficient
Data
Link copied to clipboard
object
InsufficientData
:
StatusType
Passed
Link copied to clipboard
object
Passed
:
StatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String