Class: Aws::IoTEventsData::Types::BatchAcknowledgeAlarmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::BatchAcknowledgeAlarmResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_entries ⇒ Array<Types::BatchAlarmActionErrorEntry>
A list of errors associated with the request, or ‘null` if there are no errors.
Instance Attribute Details
#error_entries ⇒ Array<Types::BatchAlarmActionErrorEntry>
A list of errors associated with the request, or ‘null` if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.
240 241 242 243 244 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 240 class BatchAcknowledgeAlarmResponse < Struct.new( :error_entries) SENSITIVE = [] include Aws::Structure end |