MCPcopy Index your code
hub / github.com/aws/aws-cli / EndpointConnectionError

Class EndpointConnectionError

awscli/botocore/exceptions.py:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122class EndpointConnectionError(ConnectionError):
123 fmt = 'Could not connect to the endpoint URL: "{endpoint_url}"'
124
125
126class SSLError(ConnectionError):

Callers 1

sendMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected