Class: Aws::Glue::Types::FederationSourceException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::FederationSourceException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A federation source failed.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #federation_source_error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error code of the problem. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The message describing the problem. 
Instance Attribute Details
#federation_source_error_code ⇒ String
The error code of the problem.
| 10569 10570 10571 10572 10573 10574 | # File 'lib/aws-sdk-glue/types.rb', line 10569 class FederationSourceException < Struct.new( :federation_source_error_code, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
The message describing the problem.
| 10569 10570 10571 10572 10573 10574 | # File 'lib/aws-sdk-glue/types.rb', line 10569 class FederationSourceException < Struct.new( :federation_source_error_code, :message) SENSITIVE = [] include Aws::Structure end |