NotConfiguredError#

exception gafaelfawr.exceptions.NotConfiguredError(message, location=None, field_path=None)#

Bases: InputValidationError

The requested operation was not configured.

Parameters:
error: ClassVar[str] = 'not_supported'#

Used as the type field of the error message.

Should be overridden by any subclass.

status_code: ClassVar[int] = 404#

HTTP status code for this type of validation error.