mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Modified the parser so that it can parse the Status filed while describing a change set
This commit is contained in:
parent
c4b619d0f4
commit
0f3b52ebc8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module Fog
|
|||
|
||||
def end_element(name)
|
||||
case name
|
||||
when 'ChangeSetId', 'ChangeSetName', 'Description', 'ExecutionStatus', 'StackId', 'StackName', 'StatusReason'
|
||||
when 'ChangeSetId', 'ChangeSetName', 'Description', 'ExecutionStatus', 'StackId', 'StackName', 'StatusReason', 'Status'
|
||||
@response[name] = value
|
||||
when 'CreationTime'
|
||||
@response[name] = Time.parse(value)
|
||||
|
|
Loading…
Reference in a new issue