Class: Aws::IoTEventsData::Types::BatchUpdateDetectorErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::BatchUpdateDetectorErrorEntry
- Defined in:
- gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb
Overview
Information about the error that occurred when attempting to update a detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
A message that describes the error.
-
#message_id ⇒ String
The
"messageId"
of the update request that caused the error.
Instance Attribute Details
#error_code ⇒ String
The error code.
600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 600 class BatchUpdateDetectorErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message that describes the error.
600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 600 class BatchUpdateDetectorErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The "messageId"
of the update request that caused the error. (The
value of the "messageId"
in the update request "Detector"
object.)
600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 600 class BatchUpdateDetectorErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |