Class: Aws::CognitoIdentityProvider::Errors::WebAuthnNotEnabledException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-cognitoidentityprovider/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnNotEnabledException

Returns a new instance of WebAuthnNotEnabledException.

Parameters:



946
947
948
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 946

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


951
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 951

def message: () -> ::String