Class: Aws::CognitoIdentityProvider::Types::WebAuthnChallengeNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


14228
14229
14230
14231
14232
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 14228

class WebAuthnChallengeNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end