AWSPinpointTargetingEndpointItemResponse

Objective-C

@interface AWSPinpointTargetingEndpointItemResponse

Swift

class AWSPinpointTargetingEndpointItemResponse

Provides the status code and message that result from processing data for an endpoint.

  • The custom message that’s returned in the response as a result of processing the endpoint data.

    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 endpoint data.

    Declaration

    Objective-C

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

    Swift

    var statusCode: NSNumber? { get set }