Amazon Inspector · Example Payload

Inspector State Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Inspector State Example is an example object payload from Amazon Inspector, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errorCodeerrorMessagestatus

Example Payload

Raw ↑
{
  "errorCode": "example-value",
  "errorMessage": "example-value",
  "status": "ACTIVE"
}