Class: Aws::ElasticBeanstalk::Errors::TooManyPlatformsException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyPlatformsException

Returns a new instance of TooManyPlatformsException.

Parameters:



236
237
238
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb', line 236

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end