Class SubscriptionLimitExceededException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Indicates that the customer already owns the maximum allowed number of subscriptions.
public class SubscriptionLimitExceededException : AmazonSimpleNotificationServiceException
- Inheritance
-
SubscriptionLimitExceededException
Constructors
SubscriptionLimitExceededException(Exception)
Construct instance of SubscriptionLimitExceededException
public SubscriptionLimitExceededException(Exception innerException)
Parameters
innerExceptionException
SubscriptionLimitExceededException(string)
Constructs a new SubscriptionLimitExceededException with the specified error message.
public SubscriptionLimitExceededException(string message)
Parameters
messagestringDescribes the error encountered.
SubscriptionLimitExceededException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of SubscriptionLimitExceededException
public SubscriptionLimitExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
SubscriptionLimitExceededException(string, Exception)
Construct instance of SubscriptionLimitExceededException
public SubscriptionLimitExceededException(string message, Exception innerException)
Parameters
SubscriptionLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of SubscriptionLimitExceededException
public SubscriptionLimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode