Class: Aws::CloudFormation::Types::CFNRegistryException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CFNRegistryException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
An error occurred during a CloudFormation registry operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
327 328 329 330 331 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 327 class CFNRegistryException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |