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 |
Synopsis
- data BatchGetAssetPropertyValueHistoryErrorInfo = BatchGetAssetPropertyValueHistoryErrorInfo' {}
- newBatchGetAssetPropertyValueHistoryErrorInfo :: BatchGetAssetPropertyValueHistoryErrorCode -> UTCTime -> BatchGetAssetPropertyValueHistoryErrorInfo
- batchGetAssetPropertyValueHistoryErrorInfo_errorCode :: Lens' BatchGetAssetPropertyValueHistoryErrorInfo BatchGetAssetPropertyValueHistoryErrorCode
- batchGetAssetPropertyValueHistoryErrorInfo_errorTimestamp :: Lens' BatchGetAssetPropertyValueHistoryErrorInfo UTCTime
Documentation
data BatchGetAssetPropertyValueHistoryErrorInfo Source #
The error information, such as the error code and the timestamp.
See: newBatchGetAssetPropertyValueHistoryErrorInfo
smart constructor.
BatchGetAssetPropertyValueHistoryErrorInfo' | |
|
Instances
newBatchGetAssetPropertyValueHistoryErrorInfo Source #
:: BatchGetAssetPropertyValueHistoryErrorCode | |
-> UTCTime |
|
-> BatchGetAssetPropertyValueHistoryErrorInfo |
Create a value of BatchGetAssetPropertyValueHistoryErrorInfo
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:BatchGetAssetPropertyValueHistoryErrorInfo'
, batchGetAssetPropertyValueHistoryErrorInfo_errorCode
- The error code.
$sel:errorTimestamp:BatchGetAssetPropertyValueHistoryErrorInfo'
, batchGetAssetPropertyValueHistoryErrorInfo_errorTimestamp
- The date the error occurred, in Unix epoch time.
batchGetAssetPropertyValueHistoryErrorInfo_errorCode :: Lens' BatchGetAssetPropertyValueHistoryErrorInfo BatchGetAssetPropertyValueHistoryErrorCode Source #
The error code.
batchGetAssetPropertyValueHistoryErrorInfo_errorTimestamp :: Lens' BatchGetAssetPropertyValueHistoryErrorInfo UTCTime Source #
The date the error occurred, in Unix epoch time.