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
Parameter validation failed: Invalid type for parameter cluster, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>: ParamValidationError Traceback (most recent call last): File "/var/task/index.py", line 141, in lambda_handler clusterListResp = ecsClient.list_container_instances(cluster=clusterName) File "/var/task/botocore/client.py", line 253, in _api_call return self._make_api_call(operation_name, kwargs) File "/var/task/botocore/client.py", line 517, in _make_api_call api_params, operation_model, context=request_context) File "/var/task/botocore/client.py", line 572, in _convert_to_request_dict api_params, operation_model) File "/var/task/botocore/validate.py", line 270, in serialize_to_request raise ParamValidationError(report=report.generate_report()) ParamValidationError: Parameter validation failed: Invalid type for parameter cluster, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parameter validation failed:
Invalid type for parameter cluster, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>: ParamValidationError
Traceback (most recent call last):
File "/var/task/index.py", line 141, in lambda_handler
clusterListResp = ecsClient.list_container_instances(cluster=clusterName)
File "/var/task/botocore/client.py", line 253, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/var/task/botocore/client.py", line 517, in _make_api_call
api_params, operation_model, context=request_context)
File "/var/task/botocore/client.py", line 572, in _convert_to_request_dict
api_params, operation_model)
File "/var/task/botocore/validate.py", line 270, in serialize_to_request
raise ParamValidationError(report=report.generate_report())
ParamValidationError: Parameter validation failed:
Invalid type for parameter cluster, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>
The text was updated successfully, but these errors were encountered: