AWS SDK for Kotlin
Toggle table of contents
1.5.100
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
account
/
aws.sdk.kotlin.services.account.model
/
AwsAccountState
Aws
Account
State
sealed
class
AwsAccountState
Inheritors
Active
Closed
PendingActivation
Suspended
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
AwsAccountState
Closed
Link copied to clipboard
object
Closed
:
AwsAccountState
Companion
Link copied to clipboard
object
Companion
Pending
Activation
Link copied to clipboard
object
PendingActivation
:
AwsAccountState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AwsAccountState
Suspended
Link copied to clipboard
object
Suspended
:
AwsAccountState
Properties
value
Link copied to clipboard
abstract
val
value
:
String