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.
259 260 261 |
# File 'lib/aws-sdk-glue/errors.rb', line 259 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_federation_source ⇒ String
269 270 271 |
# File 'lib/aws-sdk-glue/errors.rb', line 269 def from_federation_source @data[:from_federation_source] end |
#message ⇒ String
264 265 266 |
# File 'lib/aws-sdk-glue/errors.rb', line 264 def @message || @data[:message] end |