| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.AddonIssue
Description
Synopsis
- data AddonIssue = AddonIssue' {
- code :: Maybe AddonIssueCode
- message :: Maybe Text
- resourceIds :: Maybe [Text]
- newAddonIssue :: AddonIssue
- addonIssue_code :: Lens' AddonIssue (Maybe AddonIssueCode)
- addonIssue_message :: Lens' AddonIssue (Maybe Text)
- addonIssue_resourceIds :: Lens' AddonIssue (Maybe [Text])
Documentation
data AddonIssue Source #
An issue related to an add-on.
See: newAddonIssue smart constructor.
Constructors
| AddonIssue' | |
Fields
| |
Instances
newAddonIssue :: AddonIssue Source #
Create a value of AddonIssue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:code:AddonIssue', addonIssue_code - A code that describes the type of issue.
$sel:message:AddonIssue', addonIssue_message - A message that provides details about the issue and what might cause it.
$sel:resourceIds:AddonIssue', addonIssue_resourceIds - The resource IDs of the issue.
addonIssue_code :: Lens' AddonIssue (Maybe AddonIssueCode) Source #
A code that describes the type of issue.
addonIssue_message :: Lens' AddonIssue (Maybe Text) Source #
A message that provides details about the issue and what might cause it.
addonIssue_resourceIds :: Lens' AddonIssue (Maybe [Text]) Source #
The resource IDs of the issue.