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