Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

SubscriptionLimitExceededException(string, Exception)

Construct instance of SubscriptionLimitExceededException

public SubscriptionLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode