Class: Aws::CloudControlApi::Types::TypeNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::TypeNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The specified extension doesn’t exist in the CloudFormation registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1047 1048 1049 1050 1051 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 1047 class TypeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |