You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::ComplianceWhen passing Compliance as input to an Aws::Client method, you can use a vanilla Hash:
{
status: "PASSED", related_requirements: ["NonEmptyString"],
status_reasons: [
{
reason_code: "NonEmptyString", description: "NonEmptyString",
},
],
}
Contains finding details that are specific to control-based findings. Only returned for findings generated from controls.
Returned by:
Instance Attribute Summary collapseFor a control, the industry or regulatory framework requirements that are related to the control.
The result of a standards check.
For findings generated from controls, a list of reasons behind the value of Status
.
For a control, the industry or regulatory framework requirements that are related to the control. The check for that control is aligned with these requirements.
#status ⇒ StringThe result of a standards check.
The valid values for Status
are as follows.
PASSED
- Standards check passed for all evaluated resources.
WARNING
- Some information is missing or this check is not supported for your configuration.
FAILED
- Standards check failed for at least one evaluated resource.
NOT_AVAILABLE
- Check could not be performed due to a service outage, API error, or because the result of the AWS Config evaluation was NOT_APPLICABLE
. If the AWS Config evaluation result was NOT_APPLICABLE
, then after 3 days, Security Hub automatically archives the finding.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4