Exception: Cumuliform::Error::NoResourcesDefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cumuliform/error.rb

Overview

raised when the template has no Resources defined at all (CloudFormation requires at least one resource)

Instance Method Summary collapse

Instance Method Details

#to_sObject

returns human-readable error message



61
62
63
# File 'lib/cumuliform/error.rb', line 61

def to_s
  "No resources defined"
end