Method: Cfer::Cfn::Client#create_stack
- Defined in:
- lib/cfer/cfn/client.rb
#create_stack(*args) ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/cfer/cfn/client.rb', line 19 def create_stack(*args) begin @cfn.create_stack(*args) rescue Aws::CloudFormation::Errors::AlreadyExistsException raise Cfer::Util::StackExistsError end end |