Class: Aws::CognitoIdentityProvider::Types::WebAuthnRelyingPartyMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnRelyingPartyMismatchException
- 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
#message ⇒ String
13716 13717 13718 13719 13720 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13716 class WebAuthnRelyingPartyMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |