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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


14341
14342
14343
14344
14345
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14341

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