Amazon S3 · Schema

Error

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
errorCode string
message string
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "properties": {
    "errorCode": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}