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)


13672
13673
13674
13675
13676
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13672

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