Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

botocore.exceptions.ParamValidationError: Unknown parameter in input: "TimeoutInMinutes" #3699

Closed
dzakup opened this issue May 8, 2023 · 1 comment
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.

Comments

@dzakup
Copy link

dzakup commented May 8, 2023

Describe the issue

boto3 has documentation and possibility to use parameter TimeoutInMinutes for create_stack or update_stack
I am also using boto3 to validate_template and this gives me error about TimeoutInMinutes.

botocore.exceptions.ParamValidationError: Parameter validation failed: Unknown parameter in input: "TimeoutInMinutes", must be one of: StackName, TemplateBody, TemplateURL, UsePreviousTemplate, StackPolicyDuringUpdateBody, StackPolicyDuringUpdateURL, Parameters, Capabilities, ResourceTypes, RoleARN, RollbackConfiguration, StackPolicyBody, StackPolicyURL, NotificationARNs, Tags, DisableRollback, ClientRequestToken

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/create_stack.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/update_stack.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/validate_template.html

@dzakup dzakup added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels May 8, 2023
@dzakup
Copy link
Author

dzakup commented May 8, 2023

create_stack has option to use parameter TimeoutInMinutes
update_stack DOES NOT have option to use parameter TimeoutInMinutes
validate_template does not accept TimeoutInMinutes

@dzakup dzakup closed this as not planned Won't fix, can't repro, duplicate, stale May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant