AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
finspace
/
aws.sdk.kotlin.services.finspace.model
/
KxVolumeStatus
Kx
Volume
Status
sealed
class
KxVolumeStatus
Inheritors
Active
CreateFailed
Creating
Deleted
DeleteFailed
Deleting
Updated
UpdateFailed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
KxVolumeStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
KxVolumeStatus
Creating
Link copied to clipboard
object
Creating
:
KxVolumeStatus
Deleted
Link copied to clipboard
object
Deleted
:
KxVolumeStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
KxVolumeStatus
Deleting
Link copied to clipboard
object
Deleting
:
KxVolumeStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KxVolumeStatus
Updated
Link copied to clipboard
object
Updated
:
KxVolumeStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
KxVolumeStatus
Updating
Link copied to clipboard
object
Updating
:
KxVolumeStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String