as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

RequestStatus

Represents the status of requests made to the SSI APIs.

Enumeration Members

DUPLICATE_REQUEST

DUPLICATE_REQUEST: "DUPLICATE_REQUEST"

Indicates a duplicate request made while another request has also been made.


FAILURE

FAILURE: "FAILURE"

Indicates a non-retryable error has been encountered while processing the request.


FEATURE_TURNED_OFF

FEATURE_TURNED_OFF: "FEATURE_TURNED_OFF"

The customer has turned off the feature.


INVALID_LINK_SIGNING_KEY: "INVALID_LINK_SIGNING_KEY"

Returned when the LinkSigningKey provided in the linkUserAccount() API request is not a valid private key for signing SSI tokens.


INVALID_LINK_SIGNING_KEY_ENCRYPTION: "INVALID_LINK_SIGNING_KEY_ENCRYPTION"

The LinkSigningKey provided in the linkUserAccount() API request cannot be decrypted on Amazon's end.


NOT_AVAILABLE

NOT_AVAILABLE: "NOT_AVAILABLE"

Returned when the feature is supported but is currently unavailable due to certain suppression rules. Reasons include:

  • The feature is disabled for the user's marketplace.
  • The feature is blocked for a particular app.
  • The device is running on a mode for which the feature is not supported.

NOT_SUPPORTED

NOT_SUPPORTED: "NOT_SUPPORTED"

Returned when the request cannot be handled on the given device, such as if the device is not upgraded to the latest software containing the SSI feature.


RETRYABLE_FAILURE

RETRYABLE_FAILURE: "RETRYABLE_FAILURE"

Indicates a transient and retryable error has been encountered while processing the request, such as a time-out or service unavailable error.


SUCCESSFUL

SUCCESSFUL: "SUCCESSFUL"

Indicates the request has been successfully processed.


Last updated: Oct 02, 2025