Values.ResourceNotFoundExceptionSourceIndicates that a requested resource is not found.
type nonrec t = {message : ResourceNotFoundMessage.t option;reason : ResourceNotFoundExceptionReason.t option;The reason for the resource not found exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceNotFoundMessage.t ])
list ]