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
/
VolumeStatusInfoStatus
Volume
Status
Info
Status
sealed
class
VolumeStatusInfoStatus
Inheritors
Impaired
InsufficientData
Ok
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Impaired
Link copied to clipboard
object
Impaired
:
VolumeStatusInfoStatus
Insufficient
Data
Link copied to clipboard
object
InsufficientData
:
VolumeStatusInfoStatus
Ok
Link copied to clipboard
object
Ok
:
VolumeStatusInfoStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VolumeStatusInfoStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String