Values.ResourceNotFoundExceptionSourceA requested resource was not found.
type nonrec t = {message : ErrorMessage.t option;code : ErrorCode.t option;resourceType : String_.t option;Value is the type of resource that was not found.
*)resourceIds : PolicyIdList.t option;Value is a list of resource IDs that were not found.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PolicyId.t ] list
| `String of ErrorMessage.t ])
list ]