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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


4734
4735
4736
4737
4738
4739
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4734

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

#status_codeInteger

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

Returns:

  • (Integer)


4734
4735
4736
4737
4738
4739
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4734

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