Class: Aws::Glue::Errors::FederationSourceException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::FederationSourceException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- #federation_source_error_code ⇒ String
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ FederationSourceException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of FederationSourceException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FederationSourceException
Returns a new instance of FederationSourceException.
| 307 308 309 | # File 'lib/aws-sdk-glue/errors.rb', line 307 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#federation_source_error_code ⇒ String
| 312 313 314 | # File 'lib/aws-sdk-glue/errors.rb', line 312 def federation_source_error_code @data[:federation_source_error_code] end | 
#message ⇒ String
| 317 318 319 | # File 'lib/aws-sdk-glue/errors.rb', line 317 def @message || @data[:message] end |