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.
299 300 301 |
# File 'lib/aws-sdk-glue/errors.rb', line 299 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#federation_source_error_code ⇒ String
304 305 306 |
# File 'lib/aws-sdk-glue/errors.rb', line 304 def federation_source_error_code @data[:federation_source_error_code] end |
#message ⇒ String
309 310 311 |
# File 'lib/aws-sdk-glue/errors.rb', line 309 def @message || @data[:message] end |