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