Class EventBridgePutEventsException
Thrown if the EventBridgePublishResponse contains a message with an error code
public class EventBridgePutEventsException : AWSMessagingException, ISerializable
- Inheritance
-
EventBridgePutEventsException
- Implements
Constructors
EventBridgePutEventsException(string, string)
Creates an instance of EventBridgePutEventsException.
public EventBridgePutEventsException(string message, string errorCode)
Parameters
Properties
ErrorCode
The error code from the EventBridge SDK
public string ErrorCode { get; }