Exception: Dynamo::Record::RecordTooLargeError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/dynamo/record/batch_request.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(record) ⇒ RecordTooLargeError

Returns a new instance of RecordTooLargeError.



59
60
61
62
# File 'lib/dynamo/record/batch_request.rb', line 59

def initialize(record)
  super
  @record = record
end

Instance Attribute Details

#recordObject (readonly)

Returns the value of attribute record.



57
58
59
# File 'lib/dynamo/record/batch_request.rb', line 57

def record
  @record
end