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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


6331
6332
6333
6334
6335
# File 'lib/aws-sdk-sesv2/types.rb', line 6331

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