Class: Aws::CognitoIdentityProvider::Types::WebAuthnCredentialNotSupportedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when a user presents passkey credentials from an unsupported device or provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


14798
14799
14800
14801
14802
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 14798

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