Class: Aws::Pinpoint::Types::SendOTPMessageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_responseTypes::MessageResponse

Provides information about the results of a request to send a message to an endpoint address.



11501
11502
11503
11504
11505
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11501

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