Amazon CodeBuild · JSON Structure

Amazon Codebuild Build Not Deleted Structure

Information about a build that could not be successfully deleted.

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

BuildNotDeleted is a JSON Structure definition published by Amazon CodeBuild, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id statusCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-build-not-deleted-structure.json",
  "name": "BuildNotDeleted",
  "description": "Information about a build that could not be successfully deleted.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The ID of the build that could not be successfully deleted."
        }
      ]
    },
    "statusCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Additional information about the build that could not be successfully deleted."
        }
      ]
    }
  }
}