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
14175 14176 14177 14178 14179 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 14175 class < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |