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)


14898
14899
14900
14901
14902
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 14898

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