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