Class: Aws::CognitoIdentityProvider::Errors::WebAuthnCredentialNotSupportedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of WebAuthnCredentialNotSupportedException.

Parameters:



819
820
821
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 819

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

Instance Method Details

#messageString

Returns:

  • (String)


824
825
826
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 824

def message
  @message || @data[:message]
end