Method: Aws::Templates::ParameterException#message

Defined in:
lib/aws/templates/exceptions.rb

#messageObject



99
100
101
# File 'lib/aws/templates/exceptions.rb', line 99

def message
  cause.nil? ? super : "#{super} : #{cause.message}"
end