Add ec2 filtering by instance state
This commit is contained in:
parent
76ea9172da
commit
257ca9f771
5 changed files with 98 additions and 4 deletions
4
moto/ec2/exceptions.py
Normal file
4
moto/ec2/exceptions.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class InvalidIdError(RuntimeError):
|
||||
def __init__(self, instance_id):
|
||||
super(InvalidIdError, self).__init__()
|
||||
self.instance_id = instance_id
|
||||
Loading…
Add table
Add a link
Reference in a new issue