Class: Aws::ConfigService::Errors::NoSuchConfigRuleInConformancePackException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NoSuchConfigRuleInConformancePackException.

Parameters:



415
416
417
# File 'lib/aws-sdk-configservice/errors.rb', line 415

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