OrganizationConfigRuleStatus class
Returns the status for an organization config rule in an organization.
Constructors
- OrganizationConfigRuleStatus({required String organizationConfigRuleName, required OrganizationRuleStatus organizationRuleStatus, String? errorCode, String? errorMessage, DateTime? lastUpdateTime})
-
OrganizationConfigRuleStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → String?
-
An error code that is returned when organization config rule creation or
deletion has failed.
final
- errorMessage → String?
-
An error message indicating that organization config rule creation or
deletion failed due to an error.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdateTime → DateTime?
-
The timestamp of the last update.
final
- organizationConfigRuleName → String
-
The name that you assign to organization config rule.
final
- organizationRuleStatus → OrganizationRuleStatus
-
Indicates deployment status of an organization config rule. When master
account calls PutOrganizationConfigRule action for the first time, config
rule status is created in all the member accounts. When master account calls
PutOrganizationConfigRule action for the second time, config rule status is
updated in all the member accounts. Additionally, config rule status is
updated when one or more member accounts join or leave an organization.
Config rule status is deleted when the master account deletes
OrganizationConfigRule in all the member accounts and disables service
access for
config-multiaccountsetup.amazonaws.com
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited