![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::MessageResult USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Pinpoint::MessageResult object: $service_obj->Method(Att1 => { DeliveryStatus => $value, ..., UpdatedToken => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::MessageResult object: $result = $service_obj->Method(...); $result->Att1->DeliveryStatus DESCRIPTIONProvides information about the results of sending a message directly to an endpoint address. ATTRIBUTESREQUIRED DeliveryStatus => StrThe delivery status of the message. Possible values are:
MessageId => StrThe unique identifier for the message that was sent. REQUIRED StatusCode => IntThe downstream service status code for delivering the message. StatusMessage => StrThe status message for delivering the message. UpdatedToken => StrFor push notifications that are sent through the GCM channel, specifies whether the endpoint's device registration token was updated as part of delivering the message. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Pinpoint BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|