Class: Aws::SimpleDB::Types::AttributeDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::AttributeDoesNotExist
- Includes:
- Aws::Structure
- Defined in:
- 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_usage ⇒ Float
41 42 43 44 45 |
# File 'lib/aws-sdk-simpledb/types.rb', line 41 class AttributeDoesNotExist < Struct.new( :box_usage) SENSITIVE = [] include Aws::Structure end |