toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
VolumeState
Volume
State
sealed
class
VolumeState
Inheritors
Available
Creating
Deleted
Deleting
Error
InUse
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
VolumeState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
VolumeState
Deleted
Link copied to clipboard
object
Deleted
:
VolumeState
Deleting
Link copied to clipboard
object
Deleting
:
VolumeState
Error
Link copied to clipboard
object
Error
:
VolumeState
In
Use
Link copied to clipboard
object
InUse
:
VolumeState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VolumeState
Properties
value
Link copied to clipboard
abstract
val
value
:
String