Class: Aws::CloudFormation::Types::Warnings
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::Warnings
- 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
-
#unrecognized_resource_types ⇒ Array<String>
A list of all of the unrecognized resource types.
Instance Attribute Details
#unrecognized_resource_types ⇒ Array<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
.
11695 11696 11697 11698 11699 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11695 class Warnings < Struct.new( :unrecognized_resource_types) SENSITIVE = [] include Aws::Structure end |