Class: Aws::Glue::Types::IntegrationError
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::IntegrationError
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An error associated with a zero-ETL integration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The code associated with this error. 
- 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message describing the error. 
Instance Attribute Details
#error_code ⇒ String
The code associated with this error.
| 15743 15744 15745 15746 15747 15748 | # File 'lib/aws-sdk-glue/types.rb', line 15743 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end | 
#error_message ⇒ String
A message describing the error.
| 15743 15744 15745 15746 15747 15748 | # File 'lib/aws-sdk-glue/types.rb', line 15743 class IntegrationError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |