Class: Aws::Glue::Errors::EntityNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::EntityNotFoundException
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- #from_federation_source ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotFoundException
constructor
A new instance of EntityNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotFoundException
Returns a new instance of EntityNotFoundException.
267 268 269 |
# File 'lib/aws-sdk-glue/errors.rb', line 267 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_federation_source ⇒ String
277 278 279 |
# File 'lib/aws-sdk-glue/errors.rb', line 277 def from_federation_source @data[:from_federation_source] end |
#message ⇒ String
272 273 274 |
# File 'lib/aws-sdk-glue/errors.rb', line 272 def @message || @data[:message] end |