Public Member Functions

SQSQueueNameExistsException Class Reference

#import <SQSQueueNameExistsException.h>

Inherits AmazonServiceException.

List of all members.

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.

Detailed Description

Queue already exists. SQS returns this error only if the request includes a DefaultVisibilityTimeout value that differs from the value for the existing queue.


Member Function Documentation

- (NSString* SQSQueueNameExistsException.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.

Implements AmazonServiceException.

- (id SQSQueueNameExistsException.)initWithMessage: (NSString *)  message  

Initialize the exeption with a message.

Parameters:
message The message.
Returns:
The exception.

Implements AmazonServiceException.


The documentation for this class was generated from the following file: