Class: Aws::IoTEventsData::Types::BatchAlarmActionErrorEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb

Overview

Contains error messages associated with one of the following requests:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


278
279
280
281
282
283
284
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 278

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

#error_messageString

A message that describes the error.

Returns:

  • (String)


278
279
280
281
282
283
284
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 278

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

#request_idString

The request ID. Each ID must be unique within each batch.

Returns:

  • (String)


278
279
280
281
282
283
284
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 278

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