Class: Aws::Glue::Errors::VersionMismatchException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::VersionMismatchException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VersionMismatchException
constructor
A new instance of VersionMismatchException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VersionMismatchException
Returns a new instance of VersionMismatchException.
767 768 769 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 767 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
772 773 774 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 772 def @message || @data[:message] end |