Class: Aws::WorkDocs::Errors::DeactivatingLastSystemUserException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkDocs::Errors::DeactivatingLastSystemUserException
- Defined in:
- lib/aws-sdk-workdocs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DeactivatingLastSystemUserException
constructor
A new instance of DeactivatingLastSystemUserException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DeactivatingLastSystemUserException
Returns a new instance of DeactivatingLastSystemUserException.
112 113 114 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 112 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |