Class: Aws::CloudWatchEvents::Types::PutEventsResultEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutEventsResultEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Represents an event that failed to be submitted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code that indicates why the event submission failed.
-
#error_message ⇒ String
The error message that explains why the event submission failed.
-
#event_id ⇒ String
The ID of the event.
Instance Attribute Details
#error_code ⇒ String
The error code that indicates why the event submission failed.
2973 2974 2975 2976 2977 2978 2979 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2973 class PutEventsResultEntry < Struct.new( :event_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message that explains why the event submission failed.
2973 2974 2975 2976 2977 2978 2979 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2973 class PutEventsResultEntry < Struct.new( :event_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the event.
2973 2974 2975 2976 2977 2978 2979 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2973 class PutEventsResultEntry < Struct.new( :event_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |