DescribeSubnets: Added support for 'filters' parameter. (fixed NotImplemented error message)
This commit is contained in:
parent
d683c3b291
commit
c89e7c6de1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue