Class: Aws::CognitoIdentityProvider::Types::WebAuthnChallengeNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::WebAuthnChallengeNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when the challenge from ‘StartWebAuthn` registration has expired.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      13517 13518 13519 13520 13521  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13517 class WebAuthnChallengeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |