Class: Aws::SES::Types::SendCustomVerificationEmailResponse

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

Overview

The response received when attempting to send the custom verification email.

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The unique message identifier returned from the ‘SendCustomVerificationEmail` operation.

Returns:

  • (String)


4113
4114
4115
4116
# File 'lib/aws-sdk-ses/types.rb', line 4113

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