We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab1342 commit df22da1Copy full SHA for df22da1
aws_lambda_powertools/event_handler/exceptions.py
@@ -39,7 +39,7 @@ def __init__(self, msg: str = "Not found"):
39
40
41
class InternalServerError(ServiceError):
42
- """API Gateway and ALB Not Found Internal Server Error (500)"""
+ """API Gateway and ALB Internal Server Error (500)"""
43
44
def __init__(self, message: str):
45
super().__init__(HTTPStatus.INTERNAL_SERVER_ERROR, message)
0 commit comments