Amazon S3 · JSON Structure

Amazon S3 Rest Error Structure

Type: object Properties: 5
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Error is a JSON Structure definition published by Amazon S3, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Code Message Resource RequestId HostId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "Code": {
      "type": "string"
    },
    "Message": {
      "type": "string"
    },
    "Resource": {
      "type": "string"
    },
    "RequestId": {
      "type": "string"
    },
    "HostId": {
      "type": "string"
    }
  }
}