OrganizationConformancePackDetailedStatus class
Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed.
Constructors
- OrganizationConformancePackDetailedStatus({required String accountId, required String conformancePackName, required OrganizationResourceDetailedStatus status, String? errorCode, String? errorMessage, DateTime? lastUpdateTime})
-
OrganizationConformancePackDetailedStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String
-
The 12-digit account ID of a member account.
final
- conformancePackName → String
-
The name of conformance pack deployed in the member account.
final
- errorCode → String?
-
An error code that is returned when conformance pack creation or deletion
failed in the member account.
final
- errorMessage → String?
-
An error message indicating that conformance pack 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → OrganizationResourceDetailedStatus
-
Indicates deployment status for conformance pack in a member account. When
master account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created in the member account. When master account callsPutOrganizationConformancePack
action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletesOrganizationConformancePack
and disables service access forconfig-multiaccountsetup.amazonaws.com
.final
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