Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AssociateClientDeviceWithCoreDeviceErrorEntry = AssociateClientDeviceWithCoreDeviceErrorEntry' {}
- newAssociateClientDeviceWithCoreDeviceErrorEntry :: AssociateClientDeviceWithCoreDeviceErrorEntry
- associateClientDeviceWithCoreDeviceErrorEntry_code :: Lens' AssociateClientDeviceWithCoreDeviceErrorEntry (Maybe Text)
- associateClientDeviceWithCoreDeviceErrorEntry_message :: Lens' AssociateClientDeviceWithCoreDeviceErrorEntry (Maybe Text)
- associateClientDeviceWithCoreDeviceErrorEntry_thingName :: Lens' AssociateClientDeviceWithCoreDeviceErrorEntry (Maybe Text)
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.
Instances
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.
associateClientDeviceWithCoreDeviceErrorEntry_code :: Lens' AssociateClientDeviceWithCoreDeviceErrorEntry (Maybe Text) Source #
The error code for the request.
associateClientDeviceWithCoreDeviceErrorEntry_message :: Lens' AssociateClientDeviceWithCoreDeviceErrorEntry (Maybe Text) Source #
A message that provides additional information about the error.
associateClientDeviceWithCoreDeviceErrorEntry_thingName :: Lens' AssociateClientDeviceWithCoreDeviceErrorEntry (Maybe Text) Source #
The name of the IoT thing whose associate request failed.