Class: Aws::CognitoIdentityProvider::Types::WebAuthnRelyingPartyMismatchException

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

Overview

This exception is thrown when the given passkey credential is associated with a different relying party ID than the user pool relying party ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13524
13525
13526
13527
13528
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13524

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