InvalidMinimumLifetimeError

exception gafaelfawr.exceptions.InvalidMinimumLifetimeError(message)

Bases: InputValidationError

The minimum_lifetime parameter was set to an invalid value.

Parameters:

message (str)

error: ClassVar[str] = 'invalid_minimum_lifetime'

Used as the type field of the error message.

Should be overridden by any subclass.