Class: Aws::SES::Types::SendCustomVerificationEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendCustomVerificationEmailResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
The response received when attempting to send the custom verification email.
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.
4019 4020 4021 4022 4023 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4019 class SendCustomVerificationEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |