Class: Aws::CloudWatchEvidently::Types::PutProjectEventsResultEntry

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

Overview

A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

If the PutProjectEvents operation has an error, the error code is returned here.

Returns:

  • (String)


2504
2505
2506
2507
2508
2509
2510
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2504

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

#error_messageString

If the PutProjectEvents operation has an error, the error message is returned here.

Returns:

  • (String)


2504
2505
2506
2507
2508
2509
2510
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2504

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

#event_idString

A unique ID assigned to this PutProjectEvents operation.

Returns:

  • (String)


2504
2505
2506
2507
2508
2509
2510
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2504

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