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
/
OrganizationRuleStatus
Organization
Rule
Status
sealed
class
OrganizationRuleStatus
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
:
OrganizationRuleStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
OrganizationRuleStatus
Create
Successful
Link copied to clipboard
object
CreateSuccessful
:
OrganizationRuleStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
OrganizationRuleStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
OrganizationRuleStatus
Delete
Successful
Link copied to clipboard
object
DeleteSuccessful
:
OrganizationRuleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OrganizationRuleStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
OrganizationRuleStatus
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
OrganizationRuleStatus
Update
Successful
Link copied to clipboard
object
UpdateSuccessful
:
OrganizationRuleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String