Class: Aws::RDS::Types::IntegrationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::IntegrationError
- Defined in:
- gems/aws-sdk-rds/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.
16467 16468 16469 16470 16471 16472 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16467 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message explaining the error.
16467 16468 16469 16470 16471 16472 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16467 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |