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