Class: Aws::GreengrassV2::Types::BatchAssociateClientDeviceWithCoreDeviceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_entriesArray<Types::AssociateClientDeviceWithCoreDeviceErrorEntry>

The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to associate.



152
153
154
155
156
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 152

class BatchAssociateClientDeviceWithCoreDeviceResponse < Struct.new(
  :error_entries)
  SENSITIVE = []
  include Aws::Structure
end