| 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.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry
Description
Synopsis
- data BatchGetAssetPropertyValueHistoryErrorEntry = BatchGetAssetPropertyValueHistoryErrorEntry' {}
- newBatchGetAssetPropertyValueHistoryErrorEntry :: BatchGetAssetPropertyValueHistoryErrorCode -> Text -> Text -> BatchGetAssetPropertyValueHistoryErrorEntry
- batchGetAssetPropertyValueHistoryErrorEntry_errorCode :: Lens' BatchGetAssetPropertyValueHistoryErrorEntry BatchGetAssetPropertyValueHistoryErrorCode
- batchGetAssetPropertyValueHistoryErrorEntry_errorMessage :: Lens' BatchGetAssetPropertyValueHistoryErrorEntry Text
- batchGetAssetPropertyValueHistoryErrorEntry_entryId :: Lens' BatchGetAssetPropertyValueHistoryErrorEntry Text
Documentation
data BatchGetAssetPropertyValueHistoryErrorEntry Source #
A list of the errors (if any) associated with the batch request. Each
error entry contains the entryId of the entry that failed.
See: newBatchGetAssetPropertyValueHistoryErrorEntry smart constructor.
Constructors
| BatchGetAssetPropertyValueHistoryErrorEntry' | |
Fields
| |
Instances
newBatchGetAssetPropertyValueHistoryErrorEntry Source #
Arguments
| :: BatchGetAssetPropertyValueHistoryErrorCode | |
| -> Text |
|
| -> Text | |
| -> BatchGetAssetPropertyValueHistoryErrorEntry |
Create a value of BatchGetAssetPropertyValueHistoryErrorEntry 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:BatchGetAssetPropertyValueHistoryErrorEntry', batchGetAssetPropertyValueHistoryErrorEntry_errorCode - The error code.
$sel:errorMessage:BatchGetAssetPropertyValueHistoryErrorEntry', batchGetAssetPropertyValueHistoryErrorEntry_errorMessage - The associated error message.
$sel:entryId:BatchGetAssetPropertyValueHistoryErrorEntry', batchGetAssetPropertyValueHistoryErrorEntry_entryId - The ID of the entry.
batchGetAssetPropertyValueHistoryErrorEntry_errorCode :: Lens' BatchGetAssetPropertyValueHistoryErrorEntry BatchGetAssetPropertyValueHistoryErrorCode Source #
The error code.
batchGetAssetPropertyValueHistoryErrorEntry_errorMessage :: Lens' BatchGetAssetPropertyValueHistoryErrorEntry Text Source #
The associated error message.
batchGetAssetPropertyValueHistoryErrorEntry_entryId :: Lens' BatchGetAssetPropertyValueHistoryErrorEntry Text Source #
The ID of the entry.