DescribeSubnets: Added support for 'filters' parameter. (fixed NotImplemented error message)
This commit is contained in:
parent
d683c3b291
commit
c89e7c6de1
@ -889,7 +889,7 @@ class Subnet(TaggedEC2Instance):
|
|||||||
else:
|
else:
|
||||||
msg = "The filter '{0}' for DescribeSubnets has not been" \
|
msg = "The filter '{0}' for DescribeSubnets has not been" \
|
||||||
" implemented in Moto yet. Feel free to open an issue at" \
|
" 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)
|
raise NotImplementedError(msg)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user