Values.ConflictExceptionSourceUpdating or deleting a resource causes an inconsistent state.
type nonrec t = {message : ExceptionMessage.t option;resourceIdentifier : String_.t option;The identifier of the requested resource
*)resourceType : ResourceType.t option;The resource type
*)retryAfter : Timestamp.t option;If present in the output, the operation can be retried after this time
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ExceptionMessage.t
| `Timestamp of Timestamp.t ])
list ]