"""Get_grps_data lambda exceptions.""" class GetGrpsDataException(Exception): """Base GetGrpsData lambda exception.""" class AmbiguousVendorOrSubaccountMapping(GetGrpsDataException): """Raised when found multiple vendor/subaccount mappings.""" class RepOwnerDoNotIngestException(GetGrpsDataException): """Raised when rep owner is marked as do not ingest in mapping table."""