diff --git a/botocore/exceptions.py b/botocore/exceptions.py index dccbf0c4a0..0e5d621eb2 100644 --- a/botocore/exceptions.py +++ b/botocore/exceptions.py @@ -93,7 +93,7 @@ class ConnectionError(BotoCoreError): class InvalidIMDSEndpointError(BotoCoreError): - fmt = 'Invalid endpoint EC2 Instance Metadata endoints: {endpoint}' + fmt = 'Invalid endpoint EC2 Instance Metadata endpoint: {endpoint}' class EndpointConnectionError(ConnectionError):