Class: Aws::Glue::Errors::OperationNotSupportedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::OperationNotSupportedException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotSupportedException
constructor
A new instance of OperationNotSupportedException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotSupportedException
Returns a new instance of OperationNotSupportedException.
635 636 637 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 635 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
640 641 642 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 640 def @message || @data[:message] end |