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

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


14192
14193
14194
14195
14196
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14192

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