| 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.BatchPutPropertyError
Description
Synopsis
- data BatchPutPropertyError = BatchPutPropertyError' {}
- newBatchPutPropertyError :: Text -> Text -> PropertyValueEntry -> BatchPutPropertyError
- batchPutPropertyError_errorCode :: Lens' BatchPutPropertyError Text
- batchPutPropertyError_errorMessage :: Lens' BatchPutPropertyError Text
- batchPutPropertyError_entry :: Lens' BatchPutPropertyError PropertyValueEntry
Documentation
data BatchPutPropertyError Source #
An error returned by the BatchPutProperty action.
See: newBatchPutPropertyError smart constructor.
Constructors
| BatchPutPropertyError' | |
Fields
| |
Instances
newBatchPutPropertyError Source #
Arguments
| :: Text | |
| -> Text | |
| -> PropertyValueEntry | |
| -> BatchPutPropertyError |
Create a value of BatchPutPropertyError 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:errorCode:BatchPutPropertyError', batchPutPropertyError_errorCode - The error code.
$sel:errorMessage:BatchPutPropertyError', batchPutPropertyError_errorMessage - The error message.
$sel:entry:BatchPutPropertyError', batchPutPropertyError_entry - An object that contains information about errors returned by the
BatchPutProperty action.
batchPutPropertyError_errorCode :: Lens' BatchPutPropertyError Text Source #
The error code.
batchPutPropertyError_errorMessage :: Lens' BatchPutPropertyError Text Source #
The error message.
batchPutPropertyError_entry :: Lens' BatchPutPropertyError PropertyValueEntry Source #
An object that contains information about errors returned by the
BatchPutProperty action.