OrganizationConformancePackStatus class

Returns the status for an organization conformance pack in an organization.

Constructors

OrganizationConformancePackStatus({required String organizationConformancePackName, required OrganizationResourceStatus status, String? errorCode, String? errorMessage, DateTime? lastUpdateTime})
OrganizationConformancePackStatus.fromJson(Map<String, dynamic> json)
factory

Properties

errorCode String?
An error code that is returned when organization conformance pack creation or deletion has failed in a member account.
final
errorMessage String?
An error message indicating that organization conformance pack 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
organizationConformancePackName String
The name that you assign to organization conformance pack.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OrganizationResourceStatus
Indicates deployment status of an organization conformance pack. When master account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When master account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the master account deletes OrganizationConformancePack in all the member accounts and disables service access for config-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