Error when trying to use an unsupported Signature Version.
| 501 | |
| 502 | |
| 503 | class 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 | |
| 509 | class ClientError(Exception): |
no outgoing calls
no test coverage detected