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.
4758 4759 4760 4761 4762 4763 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4758 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.
4758 4759 4760 4761 4762 4763 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4758 class EndpointItemResponse < Struct.new( :message, :status_code) SENSITIVE = [] include Aws::Structure end |