class Aws::Json::ParseError

def initialize(error)

def initialize(error)
  @error = error
  super(error.message)
end