Class: Aws::CloudWatchEvidently::Types::PutProjectEventsResultEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::PutProjectEventsResultEntry
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
If the ‘PutProjectEvents` operation has an error, the error code is returned here.
-
#error_message ⇒ String
If the ‘PutProjectEvents` operation has an error, the error message is returned here.
-
#event_id ⇒ String
A unique ID assigned to this ‘PutProjectEvents` operation.
Instance Attribute Details
#error_code ⇒ String
If the ‘PutProjectEvents` operation has an error, the error code is returned here.
2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2504 class PutProjectEventsResultEntry < Struct.new( :error_code, :error_message, :event_id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
If the ‘PutProjectEvents` operation has an error, the error message is returned here.
2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2504 class PutProjectEventsResultEntry < Struct.new( :error_code, :error_message, :event_id) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
A unique ID assigned to this ‘PutProjectEvents` operation.
2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2504 class PutProjectEventsResultEntry < Struct.new( :error_code, :error_message, :event_id) SENSITIVE = [] include Aws::Structure end |