AWSPinpointTargetingEventItemResponse

Objective-C

@interface AWSPinpointTargetingEventItemResponse

Swift

class AWSPinpointTargetingEventItemResponse

Provides the status code and message that result from processing an event.

  • A custom message that’s returned in the response as a result of processing the event.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }
  • The status code that’s returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren’t valid.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable statusCode;

    Swift

    var statusCode: NSNumber? { get set }