MemberAccountStatus class

Organization config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.

Constructors

MemberAccountStatus({required String accountId, required String configRuleName, required MemberAccountRuleStatus memberAccountRuleStatus, String? errorCode, String? errorMessage, DateTime? lastUpdateTime})
MemberAccountStatus.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
The 12-digit account ID of a member account.
final
configRuleName String
The name of config rule deployed in the member account.
final
errorCode String?
An error code that is returned when config rule creation or deletion failed in the member account.
final
errorMessage String?
An error message indicating that config rule account creation or deletion has failed due to an error in the member account.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime?
The timestamp of the last status update.
final
memberAccountRuleStatus MemberAccountRuleStatus
Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule 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