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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


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_messageString

A message that describes the error.

Returns:

  • (String)


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_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 '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