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.
| 16279 16280 16281 16282 16283 16284 | # File 'lib/aws-sdk-rds/types.rb', line 16279 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end | 
#error_message ⇒ String
A message explaining the error.
| 16279 16280 16281 16282 16283 16284 | # File 'lib/aws-sdk-rds/types.rb', line 16279 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |