Class: Aws::RDSDataService::Types::DatabaseNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::DatabaseNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
The DB cluster doesn’t have a DB instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      364 365 366 367 368  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 364 class DatabaseNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |