We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HTTP Status: 400 Error:MissingParameter The input parameter "SecurityToken" that is mandatory for processing this request is not supplied.
alicloud_ecs.py#L94 is looking for alicloud_security_token but the variable is set to security_token here alicloud_ecs.py#L157
alicloud_security_token
security_token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HTTP Status: 400 Error:MissingParameter The input parameter "SecurityToken" that is mandatory for processing this request is not supplied.
alicloud_ecs.py#L94 is looking for
alicloud_security_token
but the variable is set tosecurity_token
here alicloud_ecs.py#L157The text was updated successfully, but these errors were encountered: