Amazon SimpleDB · JSON Structure

Amazon Simpledb Attribute Does Not Exist Structure

The specified attribute does not exist.

Type: object Properties: 1
Cloud StorageData StorageDatabaseNoSQL

AttributeDoesNotExist is a JSON Structure definition published by Amazon SimpleDB, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BoxUsage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-structure/amazon-simpledb-attribute-does-not-exist-structure.json",
  "name": "AttributeDoesNotExist",
  "description": "The specified attribute does not exist.",
  "properties": {
    "BoxUsage": {
      "$ref": "#/components/schemas/Float"
    }
  }
}