Class: Aws::ConfigService::Errors::InvalidConfigurationRecorderNameException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidConfigurationRecorderNameException.

Parameters:



141
142
143
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/errors.rb', line 141

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