AWSPinpointTargetingMessageBody

Objective-C

@interface AWSPinpointTargetingMessageBody

Swift

class AWSPinpointTargetingMessageBody

Provides information about an API request or response.

  • The message that’s returned from the API.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable message;

    Swift

    var message: String? { get set }
  • The unique identifier for the request or response.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable requestID;

    Swift

    var requestID: String? { get set }