Class: Aws::IAM::Errors::ServiceAccessNotEnabledException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceAccessNotEnabledException.

Parameters:



475
476
477
# File 'lib/aws-sdk-iam/errors.rb', line 475

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