InvalidServiceError¶ exception gafaelfawr.exceptions.InvalidServiceError(message)¶ Bases: InputValidationError The service parameter was set to an invalid value. Parameters: message (str) error: ClassVar[str] = 'invalid_service'¶ Used as the type field of the error message. Should be overridden by any subclass.