AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackSetOperationResultSummary

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class StackSetOperationResultSummary

The StackSetOperationResultSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Account System.String

Gets and sets the property Account.

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

Public Property AccountGateResult Amazon.CloudFormation.Model.AccountGateResult

Gets and sets the property AccountGateResult.

The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.

Public Property OrganizationalUnitId System.String

Gets and sets the property OrganizationalUnitId.

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

Public Property Region System.String

Gets and sets the property Region.

The name of the Amazon Web Services Region for this operation result.

Public Property Status Amazon.CloudFormation.StackSetOperationResultStatus

Gets and sets the property 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.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The reason for the assigned result status.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5