libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

Description

 
Synopsis

Documentation

data AssociateClientDeviceWithCoreDeviceErrorEntry Source #

Contains an error that occurs from a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation returns a list of these errors.

See: newAssociateClientDeviceWithCoreDeviceErrorEntry smart constructor.

Constructors

AssociateClientDeviceWithCoreDeviceErrorEntry' 

Fields

Instances

Instances details
Eq AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

Read AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

Show AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

Generic AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

NFData AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

Hashable AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

FromJSON AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

type Rep AssociateClientDeviceWithCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry

type Rep AssociateClientDeviceWithCoreDeviceErrorEntry = D1 ('MetaData "AssociateClientDeviceWithCoreDeviceErrorEntry" "Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceErrorEntry" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "AssociateClientDeviceWithCoreDeviceErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAssociateClientDeviceWithCoreDeviceErrorEntry :: AssociateClientDeviceWithCoreDeviceErrorEntry Source #

Create a value of AssociateClientDeviceWithCoreDeviceErrorEntry 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:code:AssociateClientDeviceWithCoreDeviceErrorEntry', associateClientDeviceWithCoreDeviceErrorEntry_code - The error code for the request.

$sel:message:AssociateClientDeviceWithCoreDeviceErrorEntry', associateClientDeviceWithCoreDeviceErrorEntry_message - A message that provides additional information about the error.

$sel:thingName:AssociateClientDeviceWithCoreDeviceErrorEntry', associateClientDeviceWithCoreDeviceErrorEntry_thingName - The name of the IoT thing whose associate request failed.