botocore.exceptions.ParamValidationError: Unknown parameter in input: "TimeoutInMinutes" #3699
Labels
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
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
The text was updated successfully, but these errors were encountered: