Class: Aws::CognitoIdentityProvider::Errors::WebAuthnOriginNotAllowedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::WebAuthnOriginNotAllowedException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnOriginNotAllowedException
constructor
A new instance of WebAuthnOriginNotAllowedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnOriginNotAllowedException
Returns a new instance of WebAuthnOriginNotAllowedException.
865 866 867 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 865 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
870 871 872 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 870 def @message || @data[:message] end |