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