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.
      7506 7507 7508 7509 7510 7511  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7506 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
The error message of an inbound integration error.
      7506 7507 7508 7509 7510 7511  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7506 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  |