Class: Aws::CognitoIdentityProvider::Types::WebAuthnCredentialNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnCredentialNotSupportedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a user presents passkey credentials from an unsupported device or provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13673 13674 13675 13676 13677 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13673 class WebAuthnCredentialNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |