Class: Aws::CognitoIdentityProvider::Errors::WebAuthnChallengeNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of WebAuthnChallengeNotFoundException.

Parameters:



822
823
824
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/errors.rb', line 822

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

Instance Method Details

#messageString

Returns:

  • (String)


827
828
829
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/errors.rb', line 827

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