Class: Aws::CognitoIdentityProvider::Types::WebAuthnClientMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnClientMismatchException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the access token is for a different
client than the one in the original StartWebAuthnRegistration
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14243 14244 14245 14246 14247 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14243 class WebAuthnClientMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |