moto/moto/ssm
Austin Hendrix b670962c5e
SSM Parameter Store Error Message When Requesting Invalid Version (#3977)
* Implement correct error when requesting specific version of a parameter which exists but does not have this version

* removing trailing whitespace causing lint failure

* Adding unit tests and fixing linting for new error handling

* Fixing small bug in response message

* Revert change in get_parameters as versioning is not currently implemented in this method. Will fix as a separate PR
2021-06-02 16:27:23 +01:00
..
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Enforce SSM Parameter Version Limit (#3967) 2021-05-28 08:32:39 +01:00
models.py SSM Parameter Store Error Message When Requesting Invalid Version (#3977) 2021-06-02 16:27:23 +01:00
responses.py Support SSM Parameter tags (#3739) 2021-03-02 09:00:26 +00:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Use account id constant 2019-12-14 15:51:42 -05:00