Amazon Inspector · JSON Structure

Inspector Code Snippet Error Code Structure

CodeSnippetErrorCode schema

Type: string Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

CodeSnippetErrorCode is a JSON Structure definition published by Amazon Inspector. 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-inspector/refs/heads/main/json-structure/inspector-code-snippet-error-code-structure.json",
  "name": "CodeSnippetErrorCode",
  "description": "CodeSnippetErrorCode schema",
  "type": "string",
  "enum": [
    "INTERNAL_ERROR",
    "ACCESS_DENIED",
    "CODE_SNIPPET_NOT_FOUND",
    "INVALID_INPUT"
  ]
}