## NotFoundError


Raised when a requested resource is not found.


Usage


``` python
NotFoundError(resource)
```


## Parameters


`resource: str`  
Name or ID of the missing resource.
