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
318 319 320 321 322 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 318 class DatabaseConnectionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |