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

Description

 
Synopsis

Documentation

data DisassociateClientDeviceFromCoreDeviceErrorEntry Source #

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

See: newDisassociateClientDeviceFromCoreDeviceErrorEntry smart constructor.

Constructors

DisassociateClientDeviceFromCoreDeviceErrorEntry' 

Fields

Instances

Instances details
Eq DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

Read DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

Show DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

Generic DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

NFData DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

Hashable DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

FromJSON DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

type Rep DisassociateClientDeviceFromCoreDeviceErrorEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry

type Rep DisassociateClientDeviceFromCoreDeviceErrorEntry = D1 ('MetaData "DisassociateClientDeviceFromCoreDeviceErrorEntry" "Amazonka.GreengrassV2.Types.DisassociateClientDeviceFromCoreDeviceErrorEntry" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "DisassociateClientDeviceFromCoreDeviceErrorEntry'" '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)))))

newDisassociateClientDeviceFromCoreDeviceErrorEntry :: DisassociateClientDeviceFromCoreDeviceErrorEntry Source #

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

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

$sel:thingName:DisassociateClientDeviceFromCoreDeviceErrorEntry', disassociateClientDeviceFromCoreDeviceErrorEntry_thingName - The name of the IoT thing whose disassociate request failed.