Class: Aws::SimpleDB::Errors::InvalidQueryExpression

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidQueryExpression.

Parameters:



149
150
151
# File 'lib/aws-sdk-simpledb/errors.rb', line 149

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

Instance Method Details

#box_usageString

Returns:

  • (String)


154
155
156
# File 'lib/aws-sdk-simpledb/errors.rb', line 154

def box_usage
  @data[:box_usage]
end