Class: Aws::Glue::Errors::InvalidInputException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::InvalidInputException
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- #from_federation_source ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException
constructor
A new instance of InvalidInputException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException
Returns a new instance of InvalidInputException.
424 425 426 |
# File 'lib/aws-sdk-glue/errors.rb', line 424 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_federation_source ⇒ String
434 435 436 |
# File 'lib/aws-sdk-glue/errors.rb', line 434 def from_federation_source @data[:from_federation_source] end |
#message ⇒ String
429 430 431 |
# File 'lib/aws-sdk-glue/errors.rb', line 429 def @message || @data[:message] end |