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.
      1656 1657 1658 1659 1660  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1656 class FromEmailAddressNotVerifiedException < Struct.new( :from_email_address) SENSITIVE = [] include Aws::Structure end  |