Class: Aws::AppSync::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
A conflict with a previous successful update is detected. This typically occurs when the previous update did not have time to propagate before the next update was made. A retry (with appropriate backoff logic) is the recommended response to this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
890 891 892 893 894 |
# File 'lib/aws-sdk-appsync/types.rb', line 890 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |