| 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.BatchGetAssetPropertyValueErrorEntry
Description
Synopsis
- data BatchGetAssetPropertyValueErrorEntry = BatchGetAssetPropertyValueErrorEntry' {}
- newBatchGetAssetPropertyValueErrorEntry :: BatchGetAssetPropertyValueErrorCode -> Text -> Text -> BatchGetAssetPropertyValueErrorEntry
- batchGetAssetPropertyValueErrorEntry_errorCode :: Lens' BatchGetAssetPropertyValueErrorEntry BatchGetAssetPropertyValueErrorCode
- batchGetAssetPropertyValueErrorEntry_errorMessage :: Lens' BatchGetAssetPropertyValueErrorEntry Text
- batchGetAssetPropertyValueErrorEntry_entryId :: Lens' BatchGetAssetPropertyValueErrorEntry Text
Documentation
data BatchGetAssetPropertyValueErrorEntry Source #
Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
See: newBatchGetAssetPropertyValueErrorEntry smart constructor.
Constructors
| BatchGetAssetPropertyValueErrorEntry' | |
Fields
| |
Instances
newBatchGetAssetPropertyValueErrorEntry Source #
Arguments
| :: BatchGetAssetPropertyValueErrorCode | |
| -> Text | |
| -> Text | |
| -> BatchGetAssetPropertyValueErrorEntry |
Create a value of BatchGetAssetPropertyValueErrorEntry 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:BatchGetAssetPropertyValueErrorEntry', batchGetAssetPropertyValueErrorEntry_errorCode - The error code.
$sel:errorMessage:BatchGetAssetPropertyValueErrorEntry', batchGetAssetPropertyValueErrorEntry_errorMessage - The associated error message.
$sel:entryId:BatchGetAssetPropertyValueErrorEntry', batchGetAssetPropertyValueErrorEntry_entryId - The ID of the entry.
batchGetAssetPropertyValueErrorEntry_errorCode :: Lens' BatchGetAssetPropertyValueErrorEntry BatchGetAssetPropertyValueErrorCode Source #
The error code.
batchGetAssetPropertyValueErrorEntry_errorMessage :: Lens' BatchGetAssetPropertyValueErrorEntry Text Source #
The associated error message.
batchGetAssetPropertyValueErrorEntry_entryId :: Lens' BatchGetAssetPropertyValueErrorEntry Text Source #
The ID of the entry.