Method: Aws::Templates::ParameterException#message
- Defined in:
- lib/aws/templates/exceptions.rb
#message ⇒ Object
99 100 101 |
# File 'lib/aws/templates/exceptions.rb', line 99 def cause.nil? ? super : "#{super} : #{cause.}" end |
99 100 101 |
# File 'lib/aws/templates/exceptions.rb', line 99 def cause.nil? ? super : "#{super} : #{cause.}" end |