Amazon Developer

as

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

RequestStatus

Represents the status of requests made to the SSI APIs.

Enumeration Members

SUCCESSFUL

SUCCESSFUL: SUCCESSFUL

Indicates the request has been successfully processed.


FAILURE

FAILURE: FAILURE

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


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.


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.


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.

DUPLICATE_REQUEST

DUPLICATE_REQUEST: DUPLICATE_REQUEST

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


FEATURE_TURNED_OFF

FEATURE_TURNED_OFF: FEATURE_TURNED_OFF

The customer has turned off the feature.


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.


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.


Last updated: Jul 22, 2026