Amazon GuardDuty · Schema

DisassociateMembersResponse

DisassociateMembersResponse schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
UnprocessedAccounts object
View JSON Schema on GitHub

JSON Schema

guardduty-disassociate-members-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-disassociate-members-response-schema.json",
  "title": "DisassociateMembersResponse",
  "description": "DisassociateMembersResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "UnprocessedAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedAccounts"
        },
        {
          "xml": {
            "name": "unprocessedAccounts"
          },
          "description": "A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed."
        }
      ]
    }
  },
  "required": [
    "UnprocessedAccounts"
  ]
}