FailedBatchItem - Amazon Honeycode

FailedBatchItem

A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.

Contents

errorMessage

The error message that indicates why the batch item failed.

Type: String

Pattern: ^(?!\s*$).+

Required: Yes

id

The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows operations.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^(?!\s*$).+

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: