Values.ConflictExceptionSourceUpdating or deleting a resource can cause an inconsistent state.
type nonrec t = {message : String_.t option;resourceId : String_.t option;The ID of the conflicting resource.
*)resourceType : ResourceType.t option;The type of the conflicting resource.
*)reason : ConflictExceptionReason.t option;A reason code for the exception.
*)}