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