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