Class: Aws::AppSync::Errors::ConcurrentModificationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppSync::Errors::ConcurrentModificationException
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException
constructor
A new instance of ConcurrentModificationException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException
Returns a new instance of ConcurrentModificationException.
138 139 140 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/errors.rb', line 138 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
143 144 145 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/errors.rb', line 143 def @message || @data[:message] end |