class OpenStax::Aws::Template::TemplateInvalid

Attributes

template_body[R]
template_path[R]

Public Class Methods

new(msg, template_path, template_body) click to toggle source
Calls superclass method
# File lib/openstax/aws/template.rb, line 7
def initialize(msg, template_path, template_body)
  @template_path = template_path
  @template_body = template_body

  super(msg)
end