Class: Aws::SES::Types::SendRawEmailResponse

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

Overview

Represents a unique message ID.

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The unique message identifier returned from the ‘SendRawEmail` action.

Returns:

  • (String)


4553
4554
4555
4556
# File 'lib/aws-sdk-ses/types.rb', line 4553

class SendRawEmailResponse < Struct.new(
  :message_id)
  include Aws::Structure
end