InvalidDelegateToError

exception gafaelfawr.exceptions.InvalidDelegateToError(message)

Bases: InputValidationError

The delegate_to parameter was set to an invalid value.

Parameters:

message (str)

error: ClassVar[str] = 'invalid_delegate_to'

Used as the type field of the error message.

Should be overridden by any subclass.