Class: Aws::CognitoIdentityProvider::Errors::WebAuthnOriginNotAllowedException

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) ⇒ WebAuthnOriginNotAllowedException

Returns a new instance of WebAuthnOriginNotAllowedException.

Parameters:



961
962
963
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 961

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String