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