42 43 44 45 46
# File 'lib/simple_deploy/aws/cloud_formation.rb', line 42 def describe_stack(name) @connect.describe_stacks('StackName' => name).body['Stacks'] rescue Exception => e Error.new(:exception => e).process end