Class: Aws::LakeFormation::Errors::GlueEncryptionException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::GlueEncryptionException
- Defined in:
- lib/aws-sdk-lakeformation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlueEncryptionException
constructor
A new instance of GlueEncryptionException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlueEncryptionException
Returns a new instance of GlueEncryptionException.
135 136 137 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 135 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
140 141 142 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 140 def @message || @data[:message] end |