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.
| 7465 7466 7467 7468 7469 7470 | # File 'lib/aws-sdk-redshift/types.rb', line 7465 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end | 
#error_message ⇒ String
The error message of an inbound integration error.
| 7465 7466 7467 7468 7469 7470 | # File 'lib/aws-sdk-redshift/types.rb', line 7465 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |