Class: Aws::SESV2::Types::SendCustomVerificationEmailResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

The following element is returned by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The unique message identifier returned from the SendCustomVerificationEmail operation.

Returns:

  • (String)


6361
6362
6363
6364
6365
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6361

class SendCustomVerificationEmailResponse < Struct.new(
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end