"""Constants for errors/exceptions.""" FILE_KEY_VERIFICATION_MESSAGE = 'File Key does not match the pattern: {}' MISSING_KEY_EXCEPTION = 'Failed to parse event body. Missing key: {key}' CANNOT_PARSE_BODY = 'Failed to parse event body with error: {error}' S3_COPY_ERROR_TEMPLATE = 'Error while copying {src} to {dst}' S3_DELETE_ERROR_TEMPLATE = 'Error while deleting {src}'