Class: Aws::WorkDocs::Errors::DeactivatingLastSystemUserException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-workdocs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DeactivatingLastSystemUserException

Returns a new instance of DeactivatingLastSystemUserException.

Parameters:



112
113
114
# File 'lib/aws-sdk-workdocs/errors.rb', line 112

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end