Table of Contents

Class InvalidEventPatternException

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

The event pattern is not valid.

public class InvalidEventPatternException : AmazonEventBridgeException
Inheritance
InvalidEventPatternException

Constructors

InvalidEventPatternException(Exception)

Construct instance of InvalidEventPatternException

public InvalidEventPatternException(Exception innerException)

Parameters

innerException Exception

InvalidEventPatternException(string)

Constructs a new InvalidEventPatternException with the specified error message.

public InvalidEventPatternException(string message)

Parameters

message string

Describes the error encountered.

InvalidEventPatternException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidEventPatternException

public InvalidEventPatternException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidEventPatternException(string, Exception)

Construct instance of InvalidEventPatternException

public InvalidEventPatternException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidEventPatternException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidEventPatternException

public InvalidEventPatternException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode