Class: Aws::IAM::Errors::FeatureDisabledException Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-iam/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use ‘FeatureDisabled` instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FeatureDisabledException

Returns a new instance of FeatureDisabledException.

Parameters:



282
283
284
# File 'lib/aws-sdk-iam/errors.rb', line 282

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


287
288
289
# File 'lib/aws-sdk-iam/errors.rb', line 287

def message
  @message || @data[:message]
end