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)


13486
13487
13488
13489
13490
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13486

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