Class: Aws::CloudFormation::Types::Warnings

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

Overview

Contains any warnings returned by the GetTemplateSummary API action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unrecognized_resource_typesArray<String>

A list of all of the unrecognized resource types. This is only returned if the TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning configuration set to True.

Returns:

  • (Array<String>)


11651
11652
11653
11654
11655
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11651

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