NotFoundException Class
An exception raised when a resource could not be found.
Constructor
NotFoundException(exception_message='', target=None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
exception_message
Required
|
A message describing the error. |
|
target
|
Default value: None
|