OrganizationAffectedEntitiesErrorItem constructor

OrganizationAffectedEntitiesErrorItem({
  1. String? awsAccountId,
  2. String? errorMessage,
  3. String? errorName,
  4. String? eventArn,
})

Implementation

OrganizationAffectedEntitiesErrorItem({
  this.awsAccountId,
  this.errorMessage,
  this.errorName,
  this.eventArn,
});