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.
271 272 273 |
# File 'lib/aws-sdk-glue/errors.rb', line 271 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_federation_source ⇒ String
281 282 283 |
# File 'lib/aws-sdk-glue/errors.rb', line 281 def from_federation_source @data[:from_federation_source] end |
#message ⇒ String
276 277 278 |
# File 'lib/aws-sdk-glue/errors.rb', line 276 def @message || @data[:message] end |