| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry
Description
Synopsis
Documentation
data BatchPutPropertyErrorEntry Source #
An object that contains information about errors returned by the
BatchPutProperty action.
See: newBatchPutPropertyErrorEntry smart constructor.
Constructors
| BatchPutPropertyErrorEntry' | |
Fields
| |
Instances
newBatchPutPropertyErrorEntry Source #
Arguments
| :: NonEmpty BatchPutPropertyError | |
| -> BatchPutPropertyErrorEntry |
Create a value of BatchPutPropertyErrorEntry 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:errors:BatchPutPropertyErrorEntry', batchPutPropertyErrorEntry_errors - A list of objects that contain information about errors returned by the
BatchPutProperty action.
batchPutPropertyErrorEntry_errors :: Lens' BatchPutPropertyErrorEntry (NonEmpty BatchPutPropertyError) Source #
A list of objects that contain information about errors returned by the
BatchPutProperty action.