Values.ConflictExceptionSourceThe request could not be completed due to a conflict with the current state of the resource. This exception occurs when a concurrent modification is detected during an update operation, or when attempting to create a resource that already exists.
type nonrec t = {message : BasicString.t option;resourceId : BasicString.t option;The identifier of the resource that caused the conflict.
*)resourceType : BasicString.t option;The type of resource that caused the conflict.
*)}