4.

SignatureDoesNotMatch. The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.

編集

エラー内容

<ItemSearchErrorResponse xmlns="http://ecs.amazonaws.com/doc/2005-10-05/">
    <Error>
        <Code>SignatureDoesNotMatch</Code>
        <Message>
            The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
        </Message>
    </Error>
    <RequestID> ... </RequestID>
</ItemSearchErrorResponse>

 

発生条件/原因

署名認証で使用するシークレットキーに不備がある。

思わぬ落とし穴で、パラメータのソートを実行していないと当エラーが発生するケースがあるので要注意。

 

対処法

1.シークレットキーや、AWSAccessKeyId, AssociateTagが正しいチェック

2.シークレットキーのハッシュ変換が正しくされているかチェック

3.パラメータのソートがされているかチェック

署名認証の方法はこちらを参照。

 

編集
Post Share
子ページ

子ページはありません

同階層のページ
  1. Error 400 : Bad Request Parameter Operation is missing
  2. MissingParameter. The request must contain the parameter Signature.
  3. RequestThrottled. AWS Access Key ID: ... . You are submitting requests too quickly. Please retry your requests at a slower rate.
  4. SignatureDoesNotMatch. The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
  5. failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable