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)


13509
13510
13511
13512
13513
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13509

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