Class: Aws::CloudFormation::Types::StackSetOperationStatusDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Detailed information about the StackSet operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_stack_instances_countInteger

The number of stack instances for which the StackSet operation failed.

Returns:

  • (Integer)


9382
9383
9384
9385
9386
# File 'lib/aws-sdk-cloudformation/types.rb', line 9382

class StackSetOperationStatusDetails < Struct.new(
  :failed_stack_instances_count)
  SENSITIVE = []
  include Aws::Structure
end