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.BatchGetAssetPropertyValueErrorInfo

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyValueErrorInfo Source #

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

See: newBatchGetAssetPropertyValueErrorInfo smart constructor.

Constructors

BatchGetAssetPropertyValueErrorInfo' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

Generic BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

Read BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

Show BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

NFData BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

Eq BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

Hashable BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

type Rep BatchGetAssetPropertyValueErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorInfo

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