Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data FailedBatchItem Source #
A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.
See: newFailedBatchItem
smart constructor.
FailedBatchItem' | |
|
Instances
Create a value of FailedBatchItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:FailedBatchItem'
, failedBatchItem_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.
$sel:errorMessage:FailedBatchItem'
, failedBatchItem_errorMessage
- The error message that indicates why the batch item failed.
failedBatchItem_id :: Lens' FailedBatchItem Text Source #
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.
failedBatchItem_errorMessage :: Lens' FailedBatchItem Text Source #
The error message that indicates why the batch item failed.