amazonka-iotsitewise-2.0: Amazon IoT SiteWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyValueHistoryErrorInfo Source #

The error information, such as the error code and the timestamp.

See: newBatchGetAssetPropertyValueHistoryErrorInfo smart constructor.

Constructors

BatchGetAssetPropertyValueHistoryErrorInfo' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

Generic BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

Read BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

Show BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

NFData BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

Eq BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

Hashable BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

type Rep BatchGetAssetPropertyValueHistoryErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo

type Rep BatchGetAssetPropertyValueHistoryErrorInfo = D1 ('MetaData "BatchGetAssetPropertyValueHistoryErrorInfo" "Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorInfo" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyValueHistoryErrorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchGetAssetPropertyValueHistoryErrorCode) :*: S1 ('MetaSel ('Just "errorTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))