Class: Aws::SimpleDB::Types::AttributeDoesNotExist

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb

Overview

The specified attribute does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#box_usageFloat

Returns:

  • (Float)


41
42
43
44
45
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 41

class AttributeDoesNotExist < Struct.new(
  :box_usage)
  SENSITIVE = []
  include Aws::Structure
end