Class: Aws::IAM::Errors::AccountNotManagementOrDelegatedAdministratorException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AccountNotManagementOrDelegatedAdministratorException.

Parameters:



75
76
77
# File 'lib/aws-sdk-iam/errors.rb', line 75

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