Class: Aws::CognitoIdentityProvider::Types::WebAuthnRelyingPartyMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnRelyingPartyMismatchException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
14207 14208 14209 14210 14211 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14207 class WebAuthnRelyingPartyMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |