| 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.BatchGetAssetPropertyAggregatesErrorEntry
Description
Synopsis
- data BatchGetAssetPropertyAggregatesErrorEntry = BatchGetAssetPropertyAggregatesErrorEntry' {}
- newBatchGetAssetPropertyAggregatesErrorEntry :: BatchGetAssetPropertyAggregatesErrorCode -> Text -> Text -> BatchGetAssetPropertyAggregatesErrorEntry
- batchGetAssetPropertyAggregatesErrorEntry_errorCode :: Lens' BatchGetAssetPropertyAggregatesErrorEntry BatchGetAssetPropertyAggregatesErrorCode
- batchGetAssetPropertyAggregatesErrorEntry_errorMessage :: Lens' BatchGetAssetPropertyAggregatesErrorEntry Text
- batchGetAssetPropertyAggregatesErrorEntry_entryId :: Lens' BatchGetAssetPropertyAggregatesErrorEntry Text
Documentation
data BatchGetAssetPropertyAggregatesErrorEntry Source #
Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
See: newBatchGetAssetPropertyAggregatesErrorEntry smart constructor.
Constructors
| BatchGetAssetPropertyAggregatesErrorEntry' | |
Fields
| |
Instances
newBatchGetAssetPropertyAggregatesErrorEntry Source #
Arguments
| :: BatchGetAssetPropertyAggregatesErrorCode | |
| -> Text |
|
| -> Text | |
| -> BatchGetAssetPropertyAggregatesErrorEntry |
Create a value of BatchGetAssetPropertyAggregatesErrorEntry 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:BatchGetAssetPropertyAggregatesErrorEntry', batchGetAssetPropertyAggregatesErrorEntry_errorCode - The error code.
$sel:errorMessage:BatchGetAssetPropertyAggregatesErrorEntry', batchGetAssetPropertyAggregatesErrorEntry_errorMessage - The associated error message.
$sel:entryId:BatchGetAssetPropertyAggregatesErrorEntry', batchGetAssetPropertyAggregatesErrorEntry_entryId - The ID of the entry.
batchGetAssetPropertyAggregatesErrorEntry_errorCode :: Lens' BatchGetAssetPropertyAggregatesErrorEntry BatchGetAssetPropertyAggregatesErrorCode Source #
The error code.
batchGetAssetPropertyAggregatesErrorEntry_errorMessage :: Lens' BatchGetAssetPropertyAggregatesErrorEntry Text Source #
The associated error message.
batchGetAssetPropertyAggregatesErrorEntry_entryId :: Lens' BatchGetAssetPropertyAggregatesErrorEntry Text Source #
The ID of the entry.