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