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
innerException
Exception
SubscriptionLimitExceededException(string)
Constructs a new SubscriptionLimitExceededException with the specified error message.
public SubscriptionLimitExceededException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode