Amazon SimpleDB · JSON Structure

Amazon Simpledb No Such Domain Structure

The specified domain does not exist.

Type: object Properties: 1
Cloud StorageData StorageDatabaseNoSQL

NoSuchDomain 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-no-such-domain-structure.json",
  "name": "NoSuchDomain",
  "description": "The specified domain does not exist.",
  "properties": {
    "BoxUsage": {
      "$ref": "#/components/schemas/Float"
    }
  }
}