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