Class: Aws::SES::Types::FromEmailAddressNotVerifiedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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

Instance Attribute Details

#from_email_addressString

Indicates that the from email address associated with the custom verification email template is not verified.

Returns:

  • (String)


1617
1618
1619
1620
1621
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1617

class FromEmailAddressNotVerifiedException < Struct.new(
  :from_email_address)
  SENSITIVE = []
  include Aws::Structure
end