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
13505 13506 13507 13508 13509 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13505 class WebAuthnChallengeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |