From a620a6e9ca41a38dfa8786d5e85ed2b063c094c6 Mon Sep 17 00:00:00 2001 From: atomicfruitcake Date: Tue, 17 Nov 2020 13:11:05 +0000 Subject: [PATCH] Correct the spelling of endpoints when throwing the Invalid IDMS Endpoint Error --- botocore/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):