Class: Aws::IoTEventsData::Types::BatchUpdateDetectorErrorEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


490
491
492
493
494
495
496
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 490

class BatchUpdateDetectorErrorEntry < Struct.new(
  :message_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

A message that describes the error.

Returns:

  • (String)


490
491
492
493
494
495
496
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 490

class BatchUpdateDetectorErrorEntry < Struct.new(
  :message_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The ‘“messageId”` of the update request that caused the error. (The value of the `“messageId”` in the update request `“Detector”` object.)

Returns:

  • (String)


490
491
492
493
494
495
496
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 490

class BatchUpdateDetectorErrorEntry < Struct.new(
  :message_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end