Class: Aws::Redshift::Types::IntegrationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::IntegrationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
The error of an inbound integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code of an inbound integration error.
-
#error_message ⇒ String
The error message of an inbound integration error.
Instance Attribute Details
#error_code ⇒ String
The error code of an inbound integration error.
7252 7253 7254 7255 7256 7257 |
# File 'lib/aws-sdk-redshift/types.rb', line 7252 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message of an inbound integration error.
7252 7253 7254 7255 7256 7257 |
# File 'lib/aws-sdk-redshift/types.rb', line 7252 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |