Class: Aws::Pinpoint::Types::MessageBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::MessageBody
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Simple message object.
Instance Attribute Summary collapse
-
#message ⇒ String
The error message returned from the API.
-
#request_id ⇒ String
The unique message body ID.
Instance Attribute Details
#message ⇒ String
The error message returned from the API.
3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3359 class MessageBody < Struct.new( :message, :request_id) include Aws::Structure end |
#request_id ⇒ String
The unique message body ID.
3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3359 class MessageBody < Struct.new( :message, :request_id) include Aws::Structure end |