NAME

Paws::IoT::AuditCheckDetails

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::IoT::AuditCheckDetails object:

$service_obj->Method(Att1 => { CheckCompliant => $value, ..., TotalResourcesCount => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::AuditCheckDetails object:

$result = $service_obj->Method(...);
$result->Att1->CheckCompliant

DESCRIPTION

Information about the audit check.

ATTRIBUTES

CheckCompliant => Bool

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

CheckRunStatus => Str

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

ErrorCode => Str

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

Message => Str

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

NonCompliantResourcesCount => Int

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

SuppressedNonCompliantResourcesCount => Int

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

TotalResourcesCount => Int

The number of resources on which the check was performed.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::IoT

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues