DescribeSubnets: Added support for 'filters' parameter. (fixed NotImplemented error message)

This commit is contained in:
Shawn Falkner-Horine 2014-08-26 13:31:08 -07:00
parent d683c3b291
commit c89e7c6de1

View File

@ -889,7 +889,7 @@ class Subnet(TaggedEC2Instance):
else:
msg = "The filter '{0}' for DescribeSubnets has not been" \
" implemented in Moto yet. Feel free to open an issue at" \
" https://github.com/spulec/moto/issues"
" https://github.com/spulec/moto/issues".format(filter_name)
raise NotImplementedError(msg)