Class: Aws::CognitoIdentityProvider::Errors::WebAuthnChallengeNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::WebAuthnChallengeNotFoundException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnChallengeNotFoundException
constructor
A new instance of WebAuthnChallengeNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnChallengeNotFoundException
Returns a new instance of WebAuthnChallengeNotFoundException.
774 775 776 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 774 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
779 780 781 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 779 def @message || @data[:message] end |