You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::EventItemResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

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

Returns:

  • (String)

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

#status_codeInteger

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.

Returns:

  • (Integer)

    The status code that\'s returned in the response as a result of processing the event.