MCPcopy Create free account
hub / github.com/aws/aws-cli / UnsupportedSignatureVersionError

Class UnsupportedSignatureVersionError

awscli/botocore/exceptions.py:503–506  ·  view source on GitHub ↗

Error when trying to use an unsupported Signature Version.

Source from the content-addressed store, hash-verified

501
502
503class UnsupportedSignatureVersionError(BotoCoreError):
504 """Error when trying to use an unsupported Signature Version."""
505
506 fmt = 'Signature version(s) are not supported: {signature_version}'
507
508
509class ClientError(Exception):

Callers 3

resolve_auth_typeFunction · 0.90
signMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected