AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fms
/
aws.sdk.kotlin.services.fms.model
/
AccountRoleStatus
Account
Role
Status
sealed
class
AccountRoleStatus
Inheritors
Creating
Deleted
Deleting
PendingDeletion
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
AccountRoleStatus
Deleted
Link copied to clipboard
object
Deleted
:
AccountRoleStatus
Deleting
Link copied to clipboard
object
Deleting
:
AccountRoleStatus
Pending
Deletion
Link copied to clipboard
object
PendingDeletion
:
AccountRoleStatus
Ready
Link copied to clipboard
object
Ready
:
AccountRoleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccountRoleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String