#import <SNSSubscriptionLimitExceededException.h>
Inherits AmazonServiceException.
Public Member Functions | |
(id) | - initWithMessage: |
Initialize the exeption with a message. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. |
Indicates that the customer already owns the maximum allowed number of subscriptions.
- (NSString* SNSSubscriptionLimitExceededException.)description |
Returns a string representation of this object; useful for testing and debugging.
Implements AmazonServiceException.
- (id SNSSubscriptionLimitExceededException.)initWithMessage: | (NSString *) | message |
Initialize the exeption with a message.
message | The message. |
Implements AmazonServiceException.