Class: Aws::Pinpoint::Types::EndpointItemResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

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



6321
6322
6323
6324
6325
# File 'lib/aws-sdk-pinpoint/types.rb', line 6321

class EndpointItemResponse < Struct.new(
  :message,
  :status_code)
  include Aws::Structure
end

#status_codeInteger

The status code that’s returned in the response as a result of processing the endpoint data.



6321
6322
6323
6324
6325
# File 'lib/aws-sdk-pinpoint/types.rb', line 6321

class EndpointItemResponse < Struct.new(
  :message,
  :status_code)
  include Aws::Structure
end