Module: StackMaster::Command::Perform

Defined in:
lib/stack_master/command.rb

Instance Method Summary collapse

Instance Method Details

#performObject



21
22
23
24
25
26
27
# File 'lib/stack_master/command.rb', line 21

def perform
  catch(:halt) do
    super
  end
rescue Aws::CloudFormation::Errors::ServiceError, TemplateCompiler::TemplateCompilationFailed => e
  failed error_message(e)
end