You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Code Generator currently supports prefix check for errors. However certain error messages prefix are not descriptive ex: "ValidationException: ModelPackageGroup arn:aws:sagemaker:us-west-2:accountId:model-package-group/test-package-group does not exist.. Prefix is simply ModelPackageGroup which does not tell us anything.
Describe the solution you'd like
Ability to support suffix check as well certain error messages contain valuable information in the suffix and not the prefix.
Describe alternatives you've considered
A description of any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered:
Issue #, if available:
aws-controllers-k8s/community#840
Description of changes:
Add support for suffix exception checking. Also added Sagemaker tests for prefix and suffix exceptions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Is your feature request related to a problem?
Code Generator currently supports prefix check for errors. However certain error messages prefix are not descriptive ex:
"ValidationException: ModelPackageGroup arn:aws:sagemaker:us-west-2:accountId:model-package-group/test-package-group does not exist.
. Prefix is simply ModelPackageGroup which does not tell us anything.Describe the solution you'd like
Ability to support suffix check as well certain error messages contain valuable information in the suffix and not the prefix.
Describe alternatives you've considered
A description of any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: