Class: Aws::SNS::Types::VerificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::VerificationException
- 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
- #message ⇒ String
-
#status ⇒ String
The status of the verification error.
Instance Attribute Details
#message ⇒ String
3099 3100 3101 3102 3103 3104 |
# File 'lib/aws-sdk-sns/types.rb', line 3099 class VerificationException < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the verification error.
3099 3100 3101 3102 3103 3104 |
# File 'lib/aws-sdk-sns/types.rb', line 3099 class VerificationException < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end |