Class: Aws::CloudControlApi::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudControlApi::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudcontrolapi/types.rb
 
Overview
A resource with the specified identifier can’t be found.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      870 871 872 873 874  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 870 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |