Table of Contents

Class PolicyLengthExceededException

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

The event bus policy is too long. For more information, see the limits.

public class PolicyLengthExceededException : AmazonEventBridgeException
Inheritance
PolicyLengthExceededException

Constructors

PolicyLengthExceededException(Exception)

Construct instance of PolicyLengthExceededException

public PolicyLengthExceededException(Exception innerException)

Parameters

innerException Exception

PolicyLengthExceededException(string)

Constructs a new PolicyLengthExceededException with the specified error message.

public PolicyLengthExceededException(string message)

Parameters

message string

Describes the error encountered.

PolicyLengthExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of PolicyLengthExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

PolicyLengthExceededException(string, Exception)

Construct instance of PolicyLengthExceededException

public PolicyLengthExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

PolicyLengthExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of PolicyLengthExceededException

public PolicyLengthExceededException(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