Class: Aws::DSQL::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DSQL::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource ID could not be found. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource type could not be found. 
Instance Attribute Details
#message ⇒ String
| 590 591 592 593 594 595 596 | # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 590 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The resource ID could not be found.
| 590 591 592 593 594 595 596 | # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 590 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The resource type could not be found.
| 590 591 592 593 594 595 596 | # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 590 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |