class Aws::RestBodyHandler

def parse_body(body, shape, target)

Parameters:
  • target (Structure) --
  • shape (Seahorse::Model::Shapes::Structure) --
  • body (String) --
def parse_body(body, shape, target)
  raise NotImplementedError, 'must be defiend in sublcasses'
end