Class: Aws::SESV2::Types::SendCustomVerificationEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendCustomVerificationEmailResponse
- 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
-
#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.
6974 6975 6976 6977 6978 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6974 class SendCustomVerificationEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |