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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
PolicyLengthExceededException(string, Exception)
Construct instance of PolicyLengthExceededException
public PolicyLengthExceededException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode