Class: Aws::RDS::Types::IntegrationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::IntegrationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
An error associated with a zero-ETL integration with Amazon Redshift.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the integration.
-
#error_message ⇒ String
A message explaining the error.
Instance Attribute Details
#error_code ⇒ String
The error code associated with the integration.
16553 16554 16555 16556 16557 16558 |
# File 'lib/aws-sdk-rds/types.rb', line 16553 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message explaining the error.
16553 16554 16555 16556 16557 16558 |
# File 'lib/aws-sdk-rds/types.rb', line 16553 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |