Class: Aws::SES::Types::SendCustomVerificationEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendCustomVerificationEmailResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
3972 3973 3974 3975 3976 |
# File 'lib/aws-sdk-ses/types.rb', line 3972 class SendCustomVerificationEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |