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