Class: Aws::SESV2::Types::SendCustomVerificationEmailResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::SendCustomVerificationEmailResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
The following element is returned by the service.
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.
      6426 6427 6428 6429 6430  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6426 class SendCustomVerificationEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end  |