Class: Aws::Pinpoint::Types::EndpointItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EndpointItemResponse
- 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
-
#message ⇒ String
The custom message that’s returned in the response as a result of processing the endpoint data.
-
#status_code ⇒ Integer
The status code that’s returned in the response as a result of processing the endpoint data.
Instance Attribute Details
#message ⇒ String
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_code ⇒ Integer
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 |