Class: Aws::IoTEventsData::Types::BatchDeleteDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::BatchDeleteDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_delete_detector_error_entries ⇒ Array<Types::BatchDeleteDetectorErrorEntry>
A list of errors associated with the request, or an empty array (‘[]`) if there are no errors.
Instance Attribute Details
#batch_delete_detector_error_entries ⇒ Array<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 'lib/aws-sdk-ioteventsdata/types.rb', line 330 class BatchDeleteDetectorResponse < Struct.new( :batch_delete_detector_error_entries) SENSITIVE = [] include Aws::Structure end |