Class: Aws::GreengrassV2::Types::BatchDisassociateClientDeviceFromCoreDeviceResponse

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

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



183
184
185
186
187
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 183

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