Class: Aws::CognitoIdentityProvider::Types::WebAuthnChallengeNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnChallengeNotFoundException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
13342 13343 13344 13345 13346 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 13342 class WebAuthnChallengeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |