Class: Aws::RedshiftDataAPIService::Types::DatabaseConnectionException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::DatabaseConnectionException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
Connection to a database failed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      312 313 314 315 316  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 312 class DatabaseConnectionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |