as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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