Amazon S3 API · Schema

Error

Container for all error elements.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Key object
VersionId object
Code object
Message object
View JSON Schema on GitHub

JSON Schema

s3-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "properties": {
    "Key": {},
    "VersionId": {},
    "Code": {},
    "Message": {}
  },
  "description": "Container for all error elements."
}