Fix indentation of ContainerInstance response object
This commit is contained in:
parent
f3aff0f356
commit
69b86b2c7a
1 changed files with 4 additions and 5 deletions
|
|
@ -299,11 +299,10 @@ class ContainerInstance(BaseObject):
|
||||||
'dockerVersion': 'DockerVersion: 1.5.0'
|
'dockerVersion': 'DockerVersion: 1.5.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def response_object(self):
|
def response_object(self):
|
||||||
response_object = self.gen_response_object()
|
response_object = self.gen_response_object()
|
||||||
del response_object['name'], response_object['arn']
|
return response_object
|
||||||
return response_object
|
|
||||||
|
|
||||||
|
|
||||||
class ContainerInstanceFailure(BaseObject):
|
class ContainerInstanceFailure(BaseObject):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue