Class: Aws::SES::Types::SendEmailResponse

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 ‘SendEmail` action.

Returns:

  • (String)


4336
4337
4338
4339
# File 'lib/aws-sdk-ses/types.rb', line 4336

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