Class: Aws::RDSDataService::Types::NotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::NotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
The ‘resourceArn`, `secretArn`, or `transactionId` value can’t be found.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error message returned by this ‘NotFoundException` error.
 
Instance Attribute Details
#message ⇒ String
The error message returned by this ‘NotFoundException` error.
      715 716 717 718 719  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 715 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |