Class: Aws::CognitoIdentityProvider::Errors::UserNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::UserNotFoundException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserNotFoundException
constructor
A new instance of UserNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserNotFoundException
Returns a new instance of UserNotFoundException.
654 655 656 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 654 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
659 660 661 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 659 def @message || @data[:message] end |