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
innerExceptionException
FilterPolicyLimitExceededException(string)
Constructs a new FilterPolicyLimitExceededException with the specified error message.
public FilterPolicyLimitExceededException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
FilterPolicyLimitExceededException(string, Exception)
Construct instance of FilterPolicyLimitExceededException
public FilterPolicyLimitExceededException(string message, Exception innerException)
Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode