Class: Aws::Pinpoint::Types::EventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Custom messages associated with events.

Instance Attribute Summary collapse

Instance Attribute Details

#resultsHash<String,Types::ItemResponse>

A map that contains a multipart response for each endpoint. Each item in this object uses the endpoint ID as the key, and the item response as the value. If no item response exists, the value can also be one of the following: 202 (if the request was processed successfully) or 400 (if the payload was invalid, or required fields were missing).

Returns:



4530
4531
4532
4533
# File 'lib/aws-sdk-pinpoint/types.rb', line 4530

class EventsResponse < Struct.new(
  :results)
  include Aws::Structure
end