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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode