AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
configservice
/
aws.sdk.kotlin.services.configservice.model
/
MemberAccountRuleStatus
Member
Account
Rule
Status
sealed
class
MemberAccountRuleStatus
Inheritors
CreateFailed
CreateInProgress
CreateSuccessful
DeleteFailed
DeleteInProgress
DeleteSuccessful
UpdateFailed
UpdateInProgress
UpdateSuccessful
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
MemberAccountRuleStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
MemberAccountRuleStatus
Create
Successful
Link copied to clipboard
object
CreateSuccessful
:
MemberAccountRuleStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
MemberAccountRuleStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
MemberAccountRuleStatus
Delete
Successful
Link copied to clipboard
object
DeleteSuccessful
:
MemberAccountRuleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MemberAccountRuleStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
MemberAccountRuleStatus
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
MemberAccountRuleStatus
Update
Successful
Link copied to clipboard
object
UpdateSuccessful
:
MemberAccountRuleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String