Values.ConflictExceptionSourceThe request conflicts with the current state of the resource. This can occur when trying to create a resource that already exists or delete a resource that is in use.
type nonrec t = {errorCode : ErrorCode.t option;The error code associated with the exception.
*)message : String_.t option;resourceId : String_.t option;The identifier of the resource that caused the conflict.
*)resourceType : String_.t option;The type of the resource that caused the conflict.
*)}