Class: Aws::LakeFormation::Errors::EntityNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::EntityNotFoundException
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb
Instance Method Summary collapse
-
#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.
105 106 107 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 105 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
110 111 112 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 110 def @message || @data[:message] end |