Values.NotFoundExceptionSourceAn error returned when a specific resource type is not found.
type nonrec t = {message : string option;An error message to inform that the request has failed.
*)resourceType : string option;The type of resource that is not found.
*)}