Class: Aws::RedshiftDataAPIService::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
The Amazon Redshift Data API operation failed due to a missing resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception message.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resource identifier associated with the exception.
 
Instance Attribute Details
#message ⇒ String
The exception message.
      1269 1270 1271 1272 1273 1274  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1269 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
Resource identifier associated with the exception.
      1269 1270 1271 1272 1273 1274  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1269 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end  |