amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.BatchPutPropertyError

Description

 
Synopsis

Documentation

data BatchPutPropertyError Source #

An error returned by the BatchPutProperty action.

See: newBatchPutPropertyError smart constructor.

Constructors

BatchPutPropertyError' 

Fields

Instances

Instances details
FromJSON BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Generic BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Associated Types

type Rep BatchPutPropertyError :: Type -> Type #

Read BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Show BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

NFData BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Methods

rnf :: BatchPutPropertyError -> () #

Eq BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Hashable BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

type Rep BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

type Rep BatchPutPropertyError = D1 ('MetaData "BatchPutPropertyError" "Amazonka.IotTwinMaker.Types.BatchPutPropertyError" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PropertyValueEntry))))

newBatchPutPropertyError Source #

Create a value of BatchPutPropertyError 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:BatchPutPropertyError', batchPutPropertyError_errorCode - The error code.

$sel:errorMessage:BatchPutPropertyError', batchPutPropertyError_errorMessage - The error message.

$sel:entry:BatchPutPropertyError', batchPutPropertyError_entry - An object that contains information about errors returned by the BatchPutProperty action.

batchPutPropertyError_entry :: Lens' BatchPutPropertyError PropertyValueEntry Source #

An object that contains information about errors returned by the BatchPutProperty action.