Amazon RoboMaker · Schema

DeploymentJobErrorCode

DeploymentJobErrorCode schema from openapi

RoboticsSimulation
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-deployment-job-error-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-deployment-job-error-code-schema.json",
  "title": "DeploymentJobErrorCode",
  "description": "DeploymentJobErrorCode schema from openapi",
  "type": "string",
  "enum": [
    "ResourceNotFound",
    "EnvironmentSetupError",
    "EtagMismatch",
    "FailureThresholdBreached",
    "RobotDeploymentAborted",
    "RobotDeploymentNoResponse",
    "RobotAgentConnectionTimeout",
    "GreengrassDeploymentFailed",
    "InvalidGreengrassGroup",
    "MissingRobotArchitecture",
    "MissingRobotApplicationArchitecture",
    "MissingRobotDeploymentResource",
    "GreengrassGroupVersionDoesNotExist",
    "LambdaDeleted",
    "ExtractingBundleFailure",
    "PreLaunchFileFailure",
    "PostLaunchFileFailure",
    "BadPermissionError",
    "DownloadConditionFailed",
    "BadLambdaAssociated",
    "InternalServerError",
    "RobotApplicationDoesNotExist",
    "DeploymentFleetDoesNotExist",
    "FleetDeploymentTimeout"
  ]
}