Class EventBridgePublishResponse
- Namespace
- AWS.Messaging.Publishers.EventBridge
- Assembly
- AWS.Messaging.dll
Represents the results of an event published to an event bus.
If the publishing was successful, the entry has the event ID in it. Otherwise, an exception will be thrown
For information about the errors that are common to all actions, see Common Errors.
public class EventBridgePublishResponse : IPublishResponse
- Inheritance
-
EventBridgePublishResponse
- Implements
Properties
MessageId
Gets and sets the property MessageId.
The ID of the message.
public string? MessageId { get; set; }