Class: Aws::IoTEventsData::Types::BatchDeleteDetectorResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_delete_detector_error_entriesArray<Types::BatchDeleteDetectorErrorEntry>

A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.



330
331
332
333
334
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 330

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