Class: Aws::CognitoIdentityProvider::Types::WebAuthnNotEnabledException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when the passkey feature isn't enabled for the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



15351
15352
15353
15354
15355
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 15351

class WebAuthnNotEnabledException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end