AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudhsmv2
/
aws.sdk.kotlin.services.cloudhsmv2.model
/
HsmState
Hsm
State
sealed
class
HsmState
Inheritors
Active
CreateInProgress
Degraded
Deleted
DeleteInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
HsmState
Companion
Link copied to clipboard
object
Companion
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
HsmState
Degraded
Link copied to clipboard
object
Degraded
:
HsmState
Deleted
Link copied to clipboard
object
Deleted
:
HsmState
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
HsmState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
HsmState
Properties
value
Link copied to clipboard
abstract
val
value
:
String