Class: Aws::CloudTrail::Errors::NotOrganizationManagementAccountException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotOrganizationManagementAccountException.

Parameters:



786
787
788
# File 'lib/aws-sdk-cloudtrail/errors.rb', line 786

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