Class: Aws::Pinpoint::Types::VerifyOTPMessageResponse

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

#verification_responseTypes::VerificationResponse

Verify OTP Message Response.



13202
13203
13204
13205
13206
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13202

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