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.
790 791 792 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 790 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
795 796 797 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 795 def @message || @data[:message] end |