Class: Aws::Glue::Errors::GlueEncryptionException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::GlueEncryptionException
- Defined in:
- lib/aws-sdk-glue/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.
334 335 336 |
# File 'lib/aws-sdk-glue/errors.rb', line 334 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
339 340 341 |
# File 'lib/aws-sdk-glue/errors.rb', line 339 def @message || @data[:message] end |