Parameter validation failed error for creating stack instances with "deployment targets" #3419
-
I'm using service managed permission to create_stack_instances for an OU, filtered by intersection of a list of accounts and when i run the command, it gives me an error, Can someone please tell me what's wrong with my code here? error via cli
error via lambda
cli code
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @ChaitDevOps thanks for reaching out. Which versions of the AWS CLI and boto3 are you using? Have you tried updating to the latest versions of those? If you still see the issue after updating can you share your debug logs (with any sensitive info redacted)? You can get these by adding |
Beta Was this translation helpful? Give feedback.
Hi @ChaitDevOps thanks for reaching out. Which versions of the AWS CLI and boto3 are you using? Have you tried updating to the latest versions of those?
If you still see the issue after updating can you share your debug logs (with any sensitive info redacted)? You can get these by adding
--debug
to a CLI command orboto3.set_stream_logger('')
to a boto3 script. Thanks!