Class: Aws::DirectoryService::Errors::UserDoesNotExistException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DirectoryService::Errors::UserDoesNotExistException
- Defined in:
- lib/aws-sdk-directoryservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserDoesNotExistException
constructor
A new instance of UserDoesNotExistException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserDoesNotExistException
Returns a new instance of UserDoesNotExistException.
799 800 801 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 799 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
804 805 806 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 804 def @message || @data[:message] end |
#request_id ⇒ String
809 810 811 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 809 def request_id @data[:request_id] end |