| 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.BatchGetAssetPropertyValueErrorInfo
Description
Synopsis
- data BatchGetAssetPropertyValueErrorInfo = BatchGetAssetPropertyValueErrorInfo' {}
- newBatchGetAssetPropertyValueErrorInfo :: BatchGetAssetPropertyValueErrorCode -> UTCTime -> BatchGetAssetPropertyValueErrorInfo
- batchGetAssetPropertyValueErrorInfo_errorCode :: Lens' BatchGetAssetPropertyValueErrorInfo BatchGetAssetPropertyValueErrorCode
- batchGetAssetPropertyValueErrorInfo_errorTimestamp :: Lens' BatchGetAssetPropertyValueErrorInfo UTCTime
Documentation
data BatchGetAssetPropertyValueErrorInfo Source #
The error information, such as the error code and the timestamp.
See: newBatchGetAssetPropertyValueErrorInfo smart constructor.
Constructors
| BatchGetAssetPropertyValueErrorInfo' | |
Fields
| |
Instances
newBatchGetAssetPropertyValueErrorInfo Source #
Create a value of BatchGetAssetPropertyValueErrorInfo 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:BatchGetAssetPropertyValueErrorInfo', batchGetAssetPropertyValueErrorInfo_errorCode - The error code.
$sel:errorTimestamp:BatchGetAssetPropertyValueErrorInfo', batchGetAssetPropertyValueErrorInfo_errorTimestamp - The date the error occurred, in Unix epoch time.
batchGetAssetPropertyValueErrorInfo_errorCode :: Lens' BatchGetAssetPropertyValueErrorInfo BatchGetAssetPropertyValueErrorCode Source #
The error code.
batchGetAssetPropertyValueErrorInfo_errorTimestamp :: Lens' BatchGetAssetPropertyValueErrorInfo UTCTime Source #
The date the error occurred, in Unix epoch time.