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.
490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 490 class BatchUpdateDetectorErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message that describes the error.
490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 490 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.)
490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 490 class BatchUpdateDetectorErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |