Method: Aws::Firehose::Errors::ConcurrentModificationException#message

Defined in:
lib/aws-sdk-firehose/errors.rb

#messageString

Returns:

  • (String)


55
56
57
# File 'lib/aws-sdk-firehose/errors.rb', line 55

def message
  @message || @data[:message]
end