Class: Aws::IoTEventsData::Types::BatchUpdateDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::BatchUpdateDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_update_detector_error_entries ⇒ Array<Types::BatchUpdateDetectorErrorEntry>
A list of those detector updates that resulted in errors.
Instance Attribute Details
#batch_update_detector_error_entries ⇒ Array<Types::BatchUpdateDetectorErrorEntry>
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
514 515 516 517 518 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 514 class BatchUpdateDetectorResponse < Struct.new( :batch_update_detector_error_entries) SENSITIVE = [] include Aws::Structure end |