inspector_describe_exclusions: Describes the exclusions that are specified by the exclusions' ARNs
Description
Describes the exclusions that are specified by the exclusions' ARNs.
Usage
inspector_describe_exclusions(exclusionArns, locale)
Arguments
exclusionArns
[required] The list of ARNs that specify the exclusions that you want to describe.
locale
The locale into which you want to translate the exclusion's title,
description, and recommendation.
Request syntax
svc$describe_exclusions(
exclusionArns = list(
"string"
),
locale = "EN_US"
)