Values.ResourceNotFoundExceptionSourceThe specified resource does not exist.
type nonrec t = {message : ErrorMessage.t option;reason : ResourceNotFoundExceptionReason.t option;The reason for the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]