class Aws::CloudFormation::Types::StackSetOperationResultSummary

The structure that contains information about a specified operation’s results for a given account in a given Region.

@!attribute [rw] account

\[Self-managed permissions\] The name of the Amazon Web Services
account for this operation result.
@return [String]

@!attribute [rw] region

The name of the Amazon Web Services Region for this operation
result.
@return [String]

@!attribute [rw] status

The result status of the stack set operation for the given account
in the given Region.

* `CANCELLED`\: The operation in the specified account and Region
  has been canceled. This is either because a user has stopped the
  stack set operation, or because the failure tolerance of the stack
  set operation has been exceeded.

* `FAILED`\: The operation in the specified account and Region
  failed.

  If the stack set operation fails in enough accounts within a
  Region, the failure tolerance for the stack set operation as a
  whole might be exceeded.

* `RUNNING`\: The operation in the specified account and Region is
  currently in progress.

* `PENDING`\: The operation in the specified account and Region has
  yet to start.

* `SUCCEEDED`\: The operation in the specified account and Region
  completed successfully.
@return [String]

@!attribute [rw] status_reason

The reason for the assigned result status.
@return [String]

@!attribute [rw] account_gate_result

The results of the account gate function CloudFormation invokes, if
present, before proceeding with stack set operations in an account.
@return [Types::AccountGateResult]

@!attribute [rw] organizational_unit_id

\[Service-managed permissions\] The organization root ID or
organizational unit (OU) IDs that you specified for
[DeploymentTargets][1].

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationResultSummary AWS API Documentation

Constants

SENSITIVE