| 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.BatchGetAssetPropertyAggregatesErrorInfo
Description
Synopsis
- data BatchGetAssetPropertyAggregatesErrorInfo = BatchGetAssetPropertyAggregatesErrorInfo' {}
- newBatchGetAssetPropertyAggregatesErrorInfo :: BatchGetAssetPropertyAggregatesErrorCode -> UTCTime -> BatchGetAssetPropertyAggregatesErrorInfo
- batchGetAssetPropertyAggregatesErrorInfo_errorCode :: Lens' BatchGetAssetPropertyAggregatesErrorInfo BatchGetAssetPropertyAggregatesErrorCode
- batchGetAssetPropertyAggregatesErrorInfo_errorTimestamp :: Lens' BatchGetAssetPropertyAggregatesErrorInfo UTCTime
Documentation
data BatchGetAssetPropertyAggregatesErrorInfo Source #
Contains the error code and the timestamp for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
See: newBatchGetAssetPropertyAggregatesErrorInfo smart constructor.
Constructors
| BatchGetAssetPropertyAggregatesErrorInfo' | |
Fields
| |
Instances
newBatchGetAssetPropertyAggregatesErrorInfo Source #
Arguments
| :: BatchGetAssetPropertyAggregatesErrorCode | |
| -> UTCTime |
|
| -> BatchGetAssetPropertyAggregatesErrorInfo |
Create a value of BatchGetAssetPropertyAggregatesErrorInfo 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:BatchGetAssetPropertyAggregatesErrorInfo', batchGetAssetPropertyAggregatesErrorInfo_errorCode - The error code.
$sel:errorTimestamp:BatchGetAssetPropertyAggregatesErrorInfo', batchGetAssetPropertyAggregatesErrorInfo_errorTimestamp - The date the error occurred, in Unix epoch time.
batchGetAssetPropertyAggregatesErrorInfo_errorCode :: Lens' BatchGetAssetPropertyAggregatesErrorInfo BatchGetAssetPropertyAggregatesErrorCode Source #
The error code.
batchGetAssetPropertyAggregatesErrorInfo_errorTimestamp :: Lens' BatchGetAssetPropertyAggregatesErrorInfo UTCTime Source #
The date the error occurred, in Unix epoch time.