Values.ResourceNotFoundExceptionSourceRequest references a resource which doesn't exist.
type nonrec t = {message : ExceptionMessage.t option;resourceIdentifier : String_.t option;The identifier for the requested resource
*)resourceType : ResourceType.t option;The resource type
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExceptionMessage.t ]) list ]