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

Class SSLError

awscli/botocore/exceptions.py:126–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126class SSLError(ConnectionError):
127 fmt = 'SSL validation failed for {endpoint_url} {error}'
128
129
130class ConnectionClosedError(HTTPClientError):

Callers 1

sendMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected