Skip to content

Commit 4793811

Browse files
authored
chore: remove InvalidParameterException from terminal exceptions (#192)
Issue [#1844](aws-controllers-k8s/community#1844) Description of changes: InvalidParameterException was returned when the controller tried creating an EKS cluster with a roleARN that does not exist. This case should not be considered terminal, as a role may eventually be created. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ed600ed commit 4793811

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-12-04T22:22:03Z"
3-
build_hash: 87b3ccf81d5171062be0fbf0d803787bb5de414e
2+
build_date: "2025-12-11T21:18:31Z"
3+
build_hash: 5c8b9050006ef6c7d3a97c279e7b1bc163f20a0a
44
go_version: go1.25.4
5-
version: v0.56.0-3-g87b3ccf
5+
version: v0.56.0-3-g5c8b905
66
api_directory_checksum: df9ec56e987fdc93ed2e7f55c55cf0bc3372b109
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.40.1
99
generator_config_info:
10-
file_checksum: 09e8ab62fa9bc1628dd6077670e7a1d1e8214b56
10+
file_checksum: 814a18c6541a85497ba4ed004d069ff15fa67a82
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ resources:
190190
- OptInRequired
191191
- InvalidParameterCombination
192192
- InvalidParameterValue
193-
- InvalidParameterException
194193
- InvalidQueryParameter
195194
- MalformedQueryString
196195
- MissingAction

generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ resources:
190190
- OptInRequired
191191
- InvalidParameterCombination
192192
- InvalidParameterValue
193-
- InvalidParameterException
194193
- InvalidQueryParameter
195194
- MalformedQueryString
196195
- MissingAction

pkg/resource/cluster/sdk.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)