Class: Aws::SimpleDB::Errors::TooManyRequestedAttributes
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SimpleDB::Errors::TooManyRequestedAttributes
- Defined in:
- lib/aws-sdk-simpledb/errors.rb
Instance Method Summary collapse
- #box_usage ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestedAttributes
constructor
A new instance of TooManyRequestedAttributes.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestedAttributes
Returns a new instance of TooManyRequestedAttributes.
299 300 301 |
# File 'lib/aws-sdk-simpledb/errors.rb', line 299 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#box_usage ⇒ String
304 305 306 |
# File 'lib/aws-sdk-simpledb/errors.rb', line 304 def box_usage @data[:box_usage] end |