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
-
#message ⇒ String
A message with details about the error that occurred.
Instance Attribute Details
#message ⇒ String
A message with details about the error that occurred.
338 339 340 341 342 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 338 class CFNRegistryException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |