Class: Aws::IAM::Errors::FeatureEnabledException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IAM::Errors::FeatureEnabledException
- Defined in:
- lib/aws-sdk-iam/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use FeatureEnabled instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FeatureEnabledException
constructor
A new instance of FeatureEnabledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FeatureEnabledException
Returns a new instance of FeatureEnabledException.
299 300 301 |
# File 'lib/aws-sdk-iam/errors.rb', line 299 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
304 |
# File 'lib/aws-sdk-iam/errors.rb', line 304
def message: () -> ::String
|