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
      3093 3094 3095 3096 3097 3098  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 3093 class VerificationException < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the verification error.
      3093 3094 3095 3096 3097 3098  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 3093 class VerificationException < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end  |