Class: Aws::SNS::Types::VerificationException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Indicates that the one-time password (OTP) used for verification is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
# File 'lib/aws-sdk-sns/types.rb', line 3100

class VerificationException < Struct.new(
  :message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the verification error.

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
# File 'lib/aws-sdk-sns/types.rb', line 3100

class VerificationException < Struct.new(
  :message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end