AuditCheckDetails
Information about the audit check.
Contents
- checkCompliant
-
True if the check is complete and found all resources compliant.
Type: Boolean
Required: No
- checkRunStatus
-
The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".
Type: String
Valid Values:
IN_PROGRESS | WAITING_FOR_DATA_COLLECTION | CANCELED | COMPLETED_COMPLIANT | COMPLETED_NON_COMPLIANT | FAILED
Required: No
- errorCode
-
The code of any error encountered when this check is performed during this audit. One of "INSUFFICIENT_PERMISSIONS" or "AUDIT_CHECK_DISABLED".
Type: String
Required: No
- message
-
The message associated with any error encountered when this check is performed during this audit.
Type: String
Length Constraints: Maximum length of 2048.
Required: No
- nonCompliantResourcesCount
-
The number of resources that were found noncompliant during the check.
Type: Long
Required: No
- suppressedNonCompliantResourcesCount
-
Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.
Type: Long
Required: No
- totalResourcesCount
-
The number of resources on which the check was performed.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: