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
324 325 326 327 328 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 324 class DatabaseConnectionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |