Values.ResourceNotFoundExceptionSourceThe request failed because it references a resource that doesn't exist.
type nonrec t = {message : String_.t option;resourceId : String_.t option;The unique ID of the resource referenced in the failed request.
*)resourceType : ResourceType.t option;The resource type of the resource referenced in the failed request.
*)}