Amazon Inspector · JSON Structure

Inspector Failed Member Account Ec2 Deep Inspection Status State List Structure

FailedMemberAccountEc2DeepInspectionStatusStateList schema

Type: array Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

FailedMemberAccountEc2DeepInspectionStatusStateList 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-failed-member-account-ec2-deep-inspection-status-state-list-structure.json",
  "name": "FailedMemberAccountEc2DeepInspectionStatusStateList",
  "description": "FailedMemberAccountEc2DeepInspectionStatusStateList schema",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "accountId"
    ],
    "properties": {
      "accountId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/AccountId"
          },
          {
            "description": "The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection."
          }
        ]
      },
      "ec2ScanStatus": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Status"
          },
          {
            "description": "The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection."
          }
        ]
      },
      "errorMessage": {
        "allOf": [
          {
            "$ref": "#/components/schemas/NonEmptyString"
          },
          {
            "description": "The error message explaining why the account failed to activate Amazon Inspector deep inspection."
          }
        ]
      }
    },
    "description": "An object that contains details about a member account in your organization that failed to activate Amazon Inspector deep inspection."
  }
}