AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the audit check.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.AuditCheckDetails

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class AuditCheckDetails

The AuditCheckDetails type exposes the following members

Constructors

NameDescription
Public Method AuditCheckDetails()

Properties

NameTypeDescription
Public Property CheckCompliant System.Boolean

Gets and sets the property CheckCompliant.

True if the check is complete and found all resources compliant.

Public Property CheckRunStatus Amazon.IoT.AuditCheckRunStatus

Gets and sets the property CheckRunStatus.

The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".

Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

The code of any error encountered when this check is performed during this audit. One of "INSUFFICIENT_PERMISSIONS" or "AUDIT_CHECK_DISABLED".

Public Property Message System.String

Gets and sets the property Message.

The message associated with any error encountered when this check is performed during this audit.

Public Property NonCompliantResourcesCount System.Int64

Gets and sets the property NonCompliantResourcesCount.

The number of resources that were found noncompliant during the check.

Public Property SuppressedNonCompliantResourcesCount System.Int64

Gets and sets the property SuppressedNonCompliantResourcesCount.

Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.

Public Property TotalResourcesCount System.Int64

Gets and sets the property TotalResourcesCount.

The number of resources on which the check was performed.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5