Class: Aws::SES::Types::FromEmailAddressNotVerifiedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::FromEmailAddressNotVerifiedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_email_address ⇒ String
Indicates that the from email address associated with the custom verification email template is not verified.
Instance Attribute Details
#from_email_address ⇒ String
Indicates that the from email address associated with the custom verification email template is not verified.
1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-ses/types.rb', line 1617 class FromEmailAddressNotVerifiedException < Struct.new( :from_email_address) SENSITIVE = [] include Aws::Structure end |