Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Deployment Job Error Code Structure

DeploymentJobErrorCode schema from openapi

Type: string Properties: 0
RoboticsSimulation

DeploymentJobErrorCode is a JSON Structure definition published by Amazon RoboMaker. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-deployment-job-error-code-structure.json",
  "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"
  ],
  "name": "DeploymentJobErrorCode"
}