1 validation error detected: Value '' at 'value' failed to satisfy constraint: Member must have length greater than or equal to 1.
Package:
moto
4910
Exception Class:
ValidationException
Raise code
wed_pattern,
keyid,
overwrite,
tags,
data_type,
):
if not value:
raise ValidationException(
"1 validation error detected: Value '' at 'value' failed to satisfy"
" constraint: Member must have length greater than or equal to 1."
)
if name.lower().lstrip("/").startswith("aws") or name.lower().lstrip(
"/"
).startswith("ssm"):
is_path = name.count("/") > 1
Links to the raise (1)
https://github.com/spulec/moto/blob/eef21767f89b5ea550fd6af741967e331c3ac258/moto/ssm/models.py#L1537NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix