Amazon S3 API · Schema

ErrorDocument

The error information.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Key object
View JSON Schema on GitHub

JSON Schema

s3-errordocument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorDocument",
  "type": "object",
  "properties": {
    "Key": {}
  },
  "required": [
    "Key"
  ],
  "description": "The error information."
}