Class: Aws::GreengrassV2::Types::AssociateClientDeviceWithCoreDeviceErrorEntry

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 associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice 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)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 70

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

#messageString

A message that provides additional information about the error.

Returns:

  • (String)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 70

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

#thing_nameString

The name of the IoT thing whose associate request failed.

Returns:

  • (String)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 70

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