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