AWSPinpointTargetingSendOTPMessageResponse
Objective-C
@interface AWSPinpointTargetingSendOTPMessageResponse
Swift
class AWSPinpointTargetingSendOTPMessageResponse
-
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 }