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.
Constant Summary collapse
- SENSITIVE =
[]
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.
4722 4723 4724 4725 4726 4727 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4722 class EndpointItemResponse < Struct.new( :message, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The status code that’s returned in the response as a result of processing the endpoint data.
4722 4723 4724 4725 4726 4727 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4722 class EndpointItemResponse < Struct.new( :message, :status_code) SENSITIVE = [] include Aws::Structure end |