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
      957 958 959 960 961  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 957 class TypeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |