Class: Aws::CognitoIdentityProvider::Types::WebAuthnOriginNotAllowedException

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

Overview

This exception is thrown when the passkey credential’s registration origin does not align with the user pool relying party id.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13701
13702
13703
13704
13705
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13701

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