Table of Contents

Class LimitExceededException

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

The request failed because it attempted to create resource beyond the allowed service quota.

public class LimitExceededException : AmazonEventBridgeException
Inheritance
LimitExceededException

Constructors

LimitExceededException(Exception)

Construct instance of LimitExceededException

public LimitExceededException(Exception innerException)

Parameters

innerException Exception

LimitExceededException(string)

Constructs a new LimitExceededException with the specified error message.

public LimitExceededException(string message)

Parameters

message string

Describes the error encountered.

LimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of LimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

LimitExceededException(string, Exception)

Construct instance of LimitExceededException

public LimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

LimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of LimitExceededException

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