Values.ConflictExceptionSourceUpdating or deleting this resource can cause an inconsistent state.
type nonrec t = {message : ErrorMessage.t option;resourceId : String_.t option;The ID of the resource causing the conflict.
*)resourceType : ResourceType.t option;The type of the resource causing the conflict.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]