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.
      16627 16628 16629 16630 16631 16632  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16627 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
A message explaining the error.
      16627 16628 16629 16630 16631 16632  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16627 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  |