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