Class: Aws::AppConfigData::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppConfigData::Types::ResourceNotFoundException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfigdata/types.rb
Overview
The requested resource could not be found.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- #message ⇒ String
- 
  
    
      #referenced_by  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A map indicating which parameters in the request reference the resource that was not found. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource that was not found. 
Instance Attribute Details
#message ⇒ String
| 169 170 171 172 173 174 175 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 169 class ResourceNotFoundException < Struct.new( :message, :resource_type, :referenced_by) SENSITIVE = [] include Aws::Structure end | 
#referenced_by ⇒ Hash<String,String>
A map indicating which parameters in the request reference the resource that was not found.
| 169 170 171 172 173 174 175 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 169 class ResourceNotFoundException < Struct.new( :message, :resource_type, :referenced_by) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of resource that was not found.
| 169 170 171 172 173 174 175 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 169 class ResourceNotFoundException < Struct.new( :message, :resource_type, :referenced_by) SENSITIVE = [] include Aws::Structure end |