An AWS Lambda function is designed to retrieve data from an external API using the Amazon API Gateway. Upon deploying the changes, users report they are receiving an error when attempting to use the function. The error code received by users suggests that the API Gateway cannot find the specified Lambda function. Which HTTP status code are the users most likely encountering?
502 Bad Gateway
400 Bad Request
404 Not Found
500 Internal Server Error