Class: Aws::IAM::Errors::CallerIsNotManagementAccountException

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) ⇒ CallerIsNotManagementAccountException

Returns a new instance of CallerIsNotManagementAccountException.

Parameters:



85
86
87
# File 'lib/aws-sdk-iam/errors.rb', line 85

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