Class: Aws::Pinpoint::Types::MessageBody

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

Overview

Simple message object.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message returned from the API.

Returns:

  • (String)


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_idString

The unique message body ID.

Returns:

  • (String)


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