AWS SDK for Kotlin
Toggle table of contents
1.5.75
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssoadmin
/
aws.sdk.kotlin.services.ssoadmin.model
/
KmsKeyStatus
Kms
Key
Status
sealed
class
KmsKeyStatus
Inheritors
Enabled
UpdateFailed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Enabled
Link copied to clipboard
object
Enabled
:
KmsKeyStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KmsKeyStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
KmsKeyStatus
Updating
Link copied to clipboard
object
Updating
:
KmsKeyStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String