Table of Contents

Class FilterPolicyLimitExceededException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Indicates that the number of filter polices in your AWS account exceeds the limit. To add more filter polices, submit an SNS Limit Increase case in the AWS Support Center.

public class FilterPolicyLimitExceededException : AmazonSimpleNotificationServiceException
Inheritance
FilterPolicyLimitExceededException

Constructors

FilterPolicyLimitExceededException(Exception)

Construct instance of FilterPolicyLimitExceededException

public FilterPolicyLimitExceededException(Exception innerException)

Parameters

innerException Exception

FilterPolicyLimitExceededException(string)

Constructs a new FilterPolicyLimitExceededException with the specified error message.

public FilterPolicyLimitExceededException(string message)

Parameters

message string

Describes the error encountered.

FilterPolicyLimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of FilterPolicyLimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

FilterPolicyLimitExceededException(string, Exception)

Construct instance of FilterPolicyLimitExceededException

public FilterPolicyLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

FilterPolicyLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of FilterPolicyLimitExceededException

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