#import <SQSQueueDeletedRecentlyException.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. |
You must wait 60 seconds after deleting a queue before you can create another with the same name.
- (NSString* SQSQueueDeletedRecentlyException.)description |
Returns a string representation of this object; useful for testing and debugging.
Implements AmazonServiceException.
- (id SQSQueueDeletedRecentlyException.)initWithMessage: | (NSString *) | message |
Initialize the exeption with a message.
message | The message. |
Implements AmazonServiceException.