2.

MissingParameter. The request must contain the parameter Signature.

編集

エラー内容

<ItemSearchErrorResponse xmlns="http://ecs.amazonaws.com/doc/2005-10-05/">
    <Error>

        <Code>MissingParameter</Code>
        <Message>The request must contain the parameter Signature.</Message>

    </Error>
    <RequestID>...</RequestID>
</ItemSearchErrorResponse>

 

発生条件/原因

公式ドキュメントのリクエスト構文通りにリクエストすると上記のエラーが出る。

(仕様が古く更新されていないらしい・・・。)

署名認証していないのがエラー原因。

 

対処法

リクエスト時に署名認証する必要がある。

署名認証の方法に関してはこちらを参照。

 

編集
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