Amazon S3 · JSON Structure

Amazon S3 Rest Delete Result Structure

Type: object Properties: 2
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

Deleted Error

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeleteResult",
  "type": "object",
  "properties": {
    "Deleted": {
      "type": "array"
    },
    "Error": {
      "type": "array"
    }
  }
}