AWSPinpointTargetingSendMessagesResponse
Objective-C
@interface AWSPinpointTargetingSendMessagesResponse
Swift
class AWSPinpointTargetingSendMessagesResponse
-
Provides information about the results of a request to send a message to an endpoint address.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingMessageResponse *_Nullable messageResponse;
Swift
var messageResponse: AWSPinpointTargetingMessageResponse? { get set }