Method: Stax::Stack#continue
- Defined in:
- lib/stax/stack/crud.rb
#continue ⇒ Object
239 240 241 242 243 244 245 246 247 |
# File 'lib/stax/stack/crud.rb', line 239 def continue Aws::Cfn.client.continue_update_rollback( stack_name: stack_name, resources_to_skip: [:skip], ) tail rescue ::Aws::CloudFormation::Errors::ValidationError => e fail_task(e.) end |