Values.ConflictExceptionSourceYour request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
type nonrec t = {message : String_.t option;reason : ConflictExceptionReason.t option;A description of the error.
*)resourceId : String_.t option;The identifier of the resource in use.
*)resourceType : String_.t option;The type of the resource in use.
*)context : ExceptionContext.t option;Information about the resources in use when the exception was thrown.
*)}