Class: Aws::CloudWatchEvidently::Types::PutProjectEventsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_resultsArray<Types::PutProjectEventsResultEntry>

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



2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2478

class PutProjectEventsResponse < Struct.new(
  :event_results,
  :failed_event_count)
  SENSITIVE = []
  include Aws::Structure
end

#failed_event_countInteger

The number of events in the operation that could not be used by Evidently.

Returns:

  • (Integer)


2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2478

class PutProjectEventsResponse < Struct.new(
  :event_results,
  :failed_event_count)
  SENSITIVE = []
  include Aws::Structure
end