Class: Aws::SESV2::Types::SendCustomVerificationEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendCustomVerificationEmailResponse
- 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
-
#message_id ⇒ String
The unique message identifier returned from the ‘SendCustomVerificationEmail` operation.
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the ‘SendCustomVerificationEmail` operation.
6442 6443 6444 6445 6446 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6442 class SendCustomVerificationEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |