Class: Aws::IAM::Errors::OrganizationNotInAllFeaturesModeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IAM::Errors::OrganizationNotInAllFeaturesModeException
- Defined in:
- lib/aws-sdk-iam/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.
405 406 407 |
# File 'lib/aws-sdk-iam/errors.rb', line 405 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |