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.



13256
13257
13258
13259
13260
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13256

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