Class: Aws::GreengrassV2::Types::DisassociateClientDeviceFromCoreDeviceErrorEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code for the request.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1279

class DisassociateClientDeviceFromCoreDeviceErrorEntry < Struct.new(
  :thing_name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message that provides additional information about the error.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1279

class DisassociateClientDeviceFromCoreDeviceErrorEntry < Struct.new(
  :thing_name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the IoT thing whose disassociate request failed.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1279

class DisassociateClientDeviceFromCoreDeviceErrorEntry < Struct.new(
  :thing_name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end