Values.ConflictExceptionSourceOccurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
val to_value :
t ->
[> `Structure of (string * [> `String of ConflictExceptionMessage.t ]) list ]