Class: Aws::Pinpoint::Types::SendOTPMessageResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::SendOTPMessageResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message_response  ⇒ Types::MessageResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the results of a request to send a message to an endpoint address.
 
Instance Attribute Details
#message_response ⇒ Types::MessageResponse
Provides information about the results of a request to send a message to an endpoint address.
      11532 11533 11534 11535 11536  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 11532 class SendOTPMessageResponse < Struct.new( :message_response) SENSITIVE = [] include Aws::Structure end  |