Class: Aws::CloudWatchEvents::Types::PutPartnerEventsResultEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutPartnerEventsResultEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Represents an event that a partner tried to generate, but failed.
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.
3066 3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3066 class PutPartnerEventsResultEntry < 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.
3066 3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3066 class PutPartnerEventsResultEntry < Struct.new( :event_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the event.
3066 3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3066 class PutPartnerEventsResultEntry < Struct.new( :event_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |