00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #import "../AmazonServiceResponse.h"
00018 #import "../AmazonServiceExceptionUnmarshaller.h"
00019
00020 #import "SNSNotFoundException.h"
00021 #import "SNSAuthorizationErrorException.h"
00022 #import "SNSInternalErrorException.h"
00023 #import "SNSInvalidParameterException.h"
00024
00029 @interface SNSPublishResponse : AmazonServiceResponse
00030
00031 {
00032 NSString* messageId;
00033
00034 }
00035
00036
00037
00042 -(id)init;
00043
00047 @property (nonatomic, retain) NSString* messageId;
00048
00055 -(NSString*)description;
00056
00057
00058 @end
00059