Message code list of AMAZONDYNAMODB category

Message codes corresponding to errors that occur in Amazon DynamoDB Adapter.


AMAZONDYNAMODB0000E

This message code outputs when an undefined error occurs.

Cause Solution
An undefined error has occurred. Check the error message or the help page of the applied operation.

Corresponding error


AMAZONDYNAMODB0001E

This message code outputs when failed to connect to Amazon DynamoDB.

Cause Solution
The cause differs according to each error message. Check the error message and do the following.
  • Check whether the cause/solution for the error is described in “Major Exceptions” in the help page of the applied operation.

Corresponding error


AMAZONDYNAMODB0002E

This message code outputs when there is a failure in connecting with Amazon DynamoDB such as connection timeout.

Cause Solution
The cause differs according to each error message. Check the error message and do the following.
  • Check whether the cause/solution for the error is described in “Major Exceptions” in the help page of the applied operation.

Corresponding error


AMAZONDYNAMODB0003E

This message code outputs when the actual type of an attribute is different from the schema defined type while getting items by Scan operation or Query operation.

Cause Solution
The type of an attribute got is different from the schema defined type. Set the types of the attributes same in the table, or insert a check in [Skip rows where actual type and schema defined type are different].

Corresponding error