Values.ConflictExceptionSourceThe request could not be completed due to a conflict with the current state of the target resource.
type nonrec t = {message : LargeBoundedString.t option;code : LargeBoundedString.t option;resourceId : LargeBoundedString.t option;A conflict occurred when prompting for the Resource ID.
*)resourceType : LargeBoundedString.t option;A conflict occurred when prompting for resource type.
*)errors : ConflictExceptionErrors.t option;Conflict Exception specific errors.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of LargeBoundedString.t ]) list ]
list
| `String of LargeBoundedString.t ])
list ]