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