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

Class ConnectTimeoutError

awscli/botocore/exceptions.py:141–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141class ConnectTimeoutError(ConnectionError):
142 fmt = 'Connect timeout on endpoint URL: "{endpoint_url}"'
143
144
145class ProxyConnectionError(ConnectionError):

Callers 2

sendMethod · 0.90

Calls

no outgoing calls