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